[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2226: Small tweak to make the source tarball creation script happy (trunk/pkg)
Author: edmanm
Date: 2007-12-16 23:26:35 -0500 (Sun, 16 Dec 2007)
New Revision: 2226
Modified:
trunk/pkg/package.sh
Log:
Small tweak to make the source tarball creation script happy again.
Modified: trunk/pkg/package.sh
===================================================================
--- trunk/pkg/package.sh 2007-12-17 01:38:05 UTC (rev 2225)
+++ trunk/pkg/package.sh 2007-12-17 04:26:35 UTC (rev 2226)
@@ -50,7 +50,6 @@
sed -e "s/^/$srcdir\/&/" |
sed -e "/\/$/d" |
sed -e "s/\n/ /"`
- filelist="$srcdir/configure $filelist"
tar -czf "$tarball" $filelist
popd -1 1>/dev/null
;;