mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Direkt ein Fix fuer eben genannte Sachen...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@265 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -7,9 +7,9 @@ get_mirror() {
|
||||
|
||||
cd $PAKHOME/cache
|
||||
|
||||
#if [ -e $PAKHOME/cache/$SERVERS_LIST ]
|
||||
# then rm -f $PAKHOME/cache/$SERVERS_LIST
|
||||
#fi
|
||||
if [ -e $PAKHOME/cache/$SERVERS_LIST ]
|
||||
then rm -f $PAKHOME/cache/$SERVERS_LIST
|
||||
fi
|
||||
|
||||
if /usr/bin/wget $H_MIRROR >$LOG 2>&1
|
||||
then
|
||||
|
||||
@@ -26,7 +26,7 @@ else
|
||||
|
||||
cd / && rm -rf /tmp/*
|
||||
cd /install/packages/package && cat ROOTFILES | grep -v "#" > ROOTFILES
|
||||
tar cvz ../$PROG-${VER}_$PAK_VER.$EXT files.tgz install.sh uninstall.sh ROOTFILES depends.txt
|
||||
tar cfz ../$PROG-${VER}_$PAK_VER.$EXT files.tgz install.sh uninstall.sh ROOTFILES depends.txt
|
||||
|
||||
cd /install/packages && md5sum $PROG*.$EXT > $PROG-${VER}_$PAK_VER.$EXT.md5
|
||||
cd /install/packages && md5sum $PROG*.$EXT >> all-progs.md5
|
||||
|
||||
Reference in New Issue
Block a user