mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 05:22:59 +02:00
Fixes:
* libPNG12 fehlte für makegraphs * md5sums erhielten den falschen Namen (ohne Unterstrich) Geändert: * QoS leicht erweitert. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@253 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -26,7 +26,7 @@ else
|
||||
cd /install/packages/package && cat ROOTFILES | grep -v "#" > ROOTFILES
|
||||
tar cfz ../$PROG-${VER}_$PAK_VER.tar.gz files.tgz install.sh uninstall.sh ROOTFILES
|
||||
|
||||
cd /install/packages && md5sum $PROG*.tar.gz > $PROG-$VER-$PAK_VER.tar.gz.md5
|
||||
cd /install/packages && md5sum $PROG*.tar.gz > $PROG-${VER}_$PAK_VER.tar.gz.md5
|
||||
cd /install/packages && md5sum $PROG*.tar.gz >> all-progs.md5
|
||||
rm -rf /install/packages/package
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user