[grass] 01/18: Fix install prefix, now lowercase.

Bas Couwenberg sebastic at xs4all.nl
Sat Jan 24 02:03:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch experimental
in repository grass.

commit c12e10b0f04db3ff22708f623e16bff11c0aa54e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jan 23 15:53:57 2015 +0100

    Fix install prefix, now lowercase.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b12064b..cdc4068 100755
--- a/debian/rules
+++ b/debian/rules
@@ -155,7 +155,7 @@ install-arch: build-arch
 	$(MAKE) $(STRIP)
 	$(MAKE) install \
 		INST_DIR=$(CURDIR)/debian/tmp/usr/lib/$(BASE_NAME) \
-		PREFIX=$(CURDIR)/debian/tmp/usr/lib/$(BASE_NAME) \
+		prefix=$(CURDIR)/debian/tmp/usr/lib/$(BASE_NAME) \
 		BINDIR=$(CURDIR)/debian/tmp/usr/bin
 
 	# make all the self-bootstrapping tcl/tk scripts executable and fully pathed

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git



More information about the Pkg-grass-devel mailing list