[Rt-commit] rt branch, 4.0/configureless-install-fixes, created. rt-4.0.0-170-g8b3cb03
Thomas Sibley
trs at bestpractical.com
Tue May 3 09:53:53 EDT 2011
The branch, 4.0/configureless-install-fixes has been created
at 8b3cb03b6cc45a7ee40a962cd49c7cdaa48c30a3 (commit)
- Log -----------------------------------------------------------------
commit 8b3cb03b6cc45a7ee40a962cd49c7cdaa48c30a3
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue May 3 09:50:03 2011 -0400
Our default snapshot setup of using install-sh only works if . is in $PATH
Specify ./install-sh instead of just install-sh to work around this.
diff --git a/Makefile.in b/Makefile.in
index a94612a..85d3be6 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -486,7 +486,7 @@ build-snapshot:
( cd $(SNAPSHOT) &&\
echo "$(SNAPSHOT)" > .tag &&\
autoconf &&\
- INSTALL=install-sh PERL=/usr/bin/perl ./configure --with-db-type=SQLite\
+ INSTALL=./install-sh PERL=/usr/bin/perl ./configure --with-db-type=SQLite\
--enable-layout=relative --with-web-handler=standalone ./configure \
)
tar -czf "$(SNAPSHOT).tar.gz" "$(SNAPSHOT)/"
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list