Home | History | Annotate | Download | only in i686-linux-glibc2.7-4.6

Lines Matching refs:DOWNLOAD_DIR

428 DOWNLOAD_DIR=$WORK_DIR/download
695 local DSTFILE="$DOWNLOAD_DIR/Packages.bz2"
699 (cd $DOWNLOAD_DIR && bunzip2 -f Packages.bz2)
703 cat > $DOWNLOAD_DIR/extract-filename.awk <<EOF
740 local FILE=`awk -f "$DOWNLOAD_DIR/extract-filename.awk" -v PKG=$1 $DOWNLOAD_DIR/Packages`
1266 mkdir -p $DOWNLOAD_DIR
1277 rm -f $DOWNLOAD_DIR/SOURCES && touch $DOWNLOAD_DIR/SOURCES
1282 download_file_to $PKGURL $DOWNLOAD_DIR
1285 sha1sum $DOWNLOAD_DIR/*.deb | while read LINE; do
1288 printf "%-64s %s\n" $PACKAGE $SHA1 >> $DOWNLOAD_DIR/SOURCES
1300 local SRC_PKG=$DOWNLOAD_DIR/`basename $PKGURL`
1668 cp $DOWNLOAD_DIR/SOURCES $(install_dir)/PACKAGE_SOURCES &&