[tinyows] 02/10: Use CURDIR to copy schema directory too.

Bas Couwenberg sebastic at xs4all.nl
Fri Feb 28 22:44:51 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository tinyows.

commit 52c1b3d222a8db46e459f31cc7d5726bd4a7dd13
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Jan 14 09:26:59 2014 +0100

    Use CURDIR to copy schema directory too.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index dd06fad..fe2db43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ override_dh_auto_install:
 	cp $(CURDIR)/tinyows $(CURDIR)/debian/tinyows/usr/lib/cgi-bin/
 
 	mkdir -p $(CURDIR)/debian/tinyows/usr/share/tinyows
-	cp -rf schema $(CURDIR)/debian/tinyows/usr/share/tinyows/
+	cp -rf $(CURDIR)/schema $(CURDIR)/debian/tinyows/usr/share/tinyows/
 
 	# copy demo & test files
 	cp -r $(CURDIR)/demo/ $(CURDIR)/debian/tinyows/usr/share/tinyows/

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



More information about the Pkg-grass-devel mailing list