r22318 - gnucash/trunk/packaging/win32 - Win32: call proper script when building tags from git

Geert Janssens gjanssens at code.gnucash.org
Thu Aug 16 06:05:13 EDT 2012


Author: gjanssens
Date: 2012-08-16 06:05:13 -0400 (Thu, 16 Aug 2012)
New Revision: 22318
Trac: http://svn.gnucash.org/trac/changeset/22318

Modified:
   gnucash/trunk/packaging/win32/build_tags_git.sh
Log:
Win32: call proper script when building tags from git

Modified: gnucash/trunk/packaging/win32/build_tags_git.sh
===================================================================
--- gnucash/trunk/packaging/win32/build_tags_git.sh	2012-08-16 09:37:19 UTC (rev 22317)
+++ gnucash/trunk/packaging/win32/build_tags_git.sh	2012-08-16 10:05:13 UTC (rev 22318)
@@ -104,6 +104,6 @@
   # Now build the tag!  (this will upload it too)
   # Use the build_package script from trunk (cwd), not from the tag
   qpushd ${w32pkg}
-    ${pkgdir}/build_package.sh ${tag}
+    ${pkgdir}/build_package_git.sh ${tag}
   qpopd
 done



More information about the gnucash-changes mailing list