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 \


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to