[DebianGIS-dev] r1622 - packages/gmt/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Thu Jun 12 12:37:46 UTC 2008


Author: frankie
Date: 2008-06-12 12:37:45 +0000 (Thu, 12 Jun 2008)
New Revision: 1622

Modified:
   packages/gmt/trunk/debian/rules
Log:
Fixed sed expression


Modified: packages/gmt/trunk/debian/rules
===================================================================
--- packages/gmt/trunk/debian/rules	2008-06-12 12:27:49 UTC (rev 1621)
+++ packages/gmt/trunk/debian/rules	2008-06-12 12:37:45 UTC (rev 1622)
@@ -96,7 +96,7 @@
 
 	# GMT wrapper does not help in /usr/lib/gmt/bin (not in path by default)
 	# So: Move it to /usr/bin and patch it a bit locally to alter the PATH var
-	sed -e 's/^exec /PATH=\$PATH:\${exec_prefix}\/bin exec /' /usr/bin/GMT >$(DESTDIR)/usr/bin/GMT
+	sed -e 's/^exec /PATH=\$$PATH:\$${exec_prefix}\/bin exec /' /usr/bin/GMT >$(DESTDIR)/usr/bin/GMT
 
 	# Move the manpages directory into the right place...
 	for manpage in $(DESTDIR)/usr/lib/gmt/share/man/man1/*.1; do \




More information about the Pkg-grass-devel mailing list