• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/others/

Lines Matching refs:IPKG_TMP

121 	if [ -z "$IPKG_TMP" ]; then
122 IPKG_TMP=$IPKG_ROOT/tmp/ipkg
125 [ -e "$IPKG_TMP" ] || mkdir -p $IPKG_TMP
214 dest_dir="$IPKG_TMP"
237 rm -f $IPKG_TMP/$src_file
240 if ! wget $proxyoption $proxyuser $proxypassword -P $IPKG_TMP $src; then
244 mv $IPKG_TMP/$src_file $dest_dir/$dest_file 2>/dev/null
554 echo $new_deps > $IPKG_TMP/${pkg}.depends
560 cat $IPKG_TMP/${pkg}.depends
567 echo installed > $IPKG_TMP/${pkg}.installed
575 echo uninstalled > $IPKG_TMP/${pkg}.installed
582 if [ -f $IPKG_TMP/${pkg}.installed ]; then
583 cat $IPKG_TMP/${pkg}.installed
696 local tmp_pkg_file="$IPKG_TMP/"`ipkg_file_part $filename`
774 mkdir -p $IPKG_TMP/$pkg/control
775 mkdir -p $IPKG_TMP/$pkg/data
778 if ! $pkg_extract_stdout $filename ./control.tar.gz | (cd $IPKG_TMP/$pkg/control; tar -xzf - ) ; then
784 if grep -q '^InstallsOffline:[[:space:]]*no' $IPKG_TMP/$pkg/control/control; then
791 rm -r $IPKG_TMP/$pkg/control
792 rm -r $IPKG_TMP/$pkg/data
793 rmdir $IPKG_TMP/$pkg
801 for file in $IPKG_TMP/$pkg/control/*; do
806 rm -r $IPKG_TMP/$pkg/control
808 if ! $pkg_extract_stdout $filename ./data.tar.gz | (cd $IPKG_TMP/$pkg/data; tar -xzf - ) ; then
819 rm -rf $IPKG_TMP/$pkg/data
820 rmdir $IPKG_TMP/$pkg
850 diff -u $dest/$conffile $IPKG_TMP/$pkg/data/$conffile"
851 diff -u $dest/$conffile $IPKG_TMP/$pkg/data/$conffile || true
862 local md5sum="`md5sum $IPKG_TMP/$pkg/data/$conffile | sed 's/ .*//'`"
866 rm $IPKG_TMP/$pkg/data/$conffile
869 md5sum="`md5sum $IPKG_TMP/$pkg/data/$conffile | sed 's/ .*//'`"
876 (cd $IPKG_TMP/$pkg/data/; tar cf - . | (cd $owd; cd $dest; tar xf -))
877 rm -rf $IPKG_TMP/$pkg/data
878 rmdir $IPKG_TMP/$pkg
916 local tmp_pkg_file="$IPKG_TMP/"`ipkg_file_part $pkg`
1184 for a in `ls $IPKG_TMP`; do
1185 rm -rf $IPKG_TMP/$a