r15706 - gnucash/trunk/packaging/win32 - Add helpful error message if other package is unavailable

Christian Stimming cstim at cvs.gnucash.org
Sat Mar 10 16:18:17 EST 2007


Author: cstim
Date: 2007-03-10 16:18:16 -0500 (Sat, 10 Mar 2007)
New Revision: 15706
Trac: http://svn.gnucash.org/trac/changeset/15706

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Add helpful error message if other package is unavailable

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2007-03-10 19:01:37 UTC (rev 15705)
+++ gnucash/trunk/packaging/win32/install.sh	2007-03-10 21:18:16 UTC (rev 15706)
@@ -596,6 +596,7 @@
 	    ./configure ${HOST_XCOMPILE} --prefix=$_GOFFICE_UDIR \
 	        CPPFLAGS="${GNOME_CPPFLAGS} ${PCRE_CPPFLAGS}" \
 	        LDFLAGS="${GNOME_LDFLAGS} ${PCRE_LDFLAGS}"
+	    [ -d ../libgsf-* ] || die "We need the unpacked package $TMP_UDIR/libgsf-*; please unpack it in $TMP_UDIR"
 	    [ -f dumpdef.pl ] || cp -p ../libgsf-*/dumpdef.pl .
 	    make
 	    make install



More information about the gnucash-changes mailing list