Lines Matching refs:dlcache
99 mv $ptcache $dlcache
119 echo "Checking cache download in $dlcache..."
120 if [ ! -d $dlcache ] ; then
129 echo "Installing 'installpkg' command into $dlcache/sbin..."
130 ( cd $dlcache ; tar xpJf hdsetup-*.txz ; rm -rf tmp usr var )
131 sed -i "/ldconfig/!s@/sbin@$dlcache&@g" $dlcache/sbin/installpkg*
132 PATH=$dlcache/sbin:$PATH
136 for p in `ls -cr $dlcache/*.t?z` ; do
272 [ -d $dlcache -a -d $rtcache ] || return 0
280 rm -rf --one-file-system $dlcache $rtcache || return 1
346 dlcache=$cache/cache-${prog##*-}-$release-$arch