r15308 - gnucash/trunk/packaging/win32 - Disable removal of install-sh - not needed anymore

Christian Stimming cstim at cvs.gnucash.org
Wed Jan 3 08:32:03 EST 2007


Author: cstim
Date: 2007-01-03 08:32:03 -0500 (Wed, 03 Jan 2007)
New Revision: 15308
Trac: http://svn.gnucash.org/trac/changeset/15308

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Disable removal of install-sh - not needed anymore

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2007-01-03 10:53:05 UTC (rev 15307)
+++ gnucash/trunk/packaging/win32/install.sh	2007-01-03 13:32:03 UTC (rev 15308)
@@ -41,10 +41,10 @@
             die "Do not save install.sh in the repository or one its parent directories"
         fi
     done
-    # Remove old empty install-sh files
-    if [ -f ${_REPOS_UDIR}/install-sh -a "$(cat ${_REPOS_UDIR}/install-sh &>/dev/null | wc -l)" -eq 0 ]; then
-        rm -f ${_REPOS_UDIR}/install-sh
-    fi
+#     # Remove old empty install-sh files
+#     if [ -f ${_REPOS_UDIR}/install-sh -a "$(cat ${_REPOS_UDIR}/install-sh &>/dev/null | wc -l)" -eq 0 ]; then
+#         rm -f ${_REPOS_UDIR}/install-sh
+#     fi
     # Partially remove RegEx-GNU if installed
     _REGEX_UDIR=`unix_path $REGEX_DIR`
     if [ -f ${_REGEX_UDIR}/contrib/regex-0.12-GnuWin32.README ]; then



More information about the gnucash-changes mailing list