[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2268: update paths such that vidalia is actually included in the d (trunk/pkg)
Author: phobos
Date: 2007-12-30 01:49:57 -0500 (Sun, 30 Dec 2007)
New Revision: 2268
Modified:
trunk/pkg/package.sh
Log:
update paths such that vidalia is actually included in the dmg.
Modified: trunk/pkg/package.sh
===================================================================
--- trunk/pkg/package.sh 2007-12-29 15:00:15 UTC (rev 2267)
+++ trunk/pkg/package.sh 2007-12-30 06:49:57 UTC (rev 2268)
@@ -58,6 +58,7 @@
# OS X .dmg
#
"osx")
+ cp -R ../src/vidalia/Vidalia.app ../
srcdir="../"
srcfiles="Vidalia.app README AUTHORS LICENSE COPYING CHANGELOG"
osx/builddmg.sh "$srcdir" "$srcfiles"