]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Make upload.sh a bit more generic.
authorTim Kientzle <kientzle@gmail.com>
Tue, 29 Apr 2008 22:46:57 +0000 (18:46 -0400)
committerTim Kientzle <kientzle@gmail.com>
Tue, 29 Apr 2008 22:46:57 +0000 (18:46 -0400)
SVN-Revision: 4

upload.sh

index 38391181803a5462c2dc3d9bb75bce0f5ff30d9c..f40697fb016407a9a0d14a27dfe3d1901cd1b6ec 100755 (executable)
--- a/upload.sh
+++ b/upload.sh
@@ -3,9 +3,6 @@
 PATH=/usr/local/gnu-autotools/bin/:$PATH
 export PATH
 
-# Basic cleanup
-(cd minitar ; make clean) > /dev/null
-
 dt=`date`
 # BSD make's "OBJDIR" support freaks out the automake-generated
 # Makefile.  Effectively disable it.
@@ -60,5 +57,3 @@ autoreconf -f -v -i
 make distcheck
 fa=libarchive-$VS.tar.gz
 chmod 644 $fa
-cp $fa ../www/libarchive/src/$fa
-mv $fa ../ship/`date '+%Y-%m-%d'`-$fa