bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

automake-1.4-p2.tar.gz Makefile.in - wrong slash


From: Gerrit P. Haase
Subject: automake-1.4-p2.tar.gz Makefile.in - wrong slash
Date: Thu, 7 Jun 2001 13:57:12 +0200

$ diff -ur Makefile.in.orig Makefile.in
--- Makefile.in.orig    Thu Jun  7 11:54:19 2001
+++ Makefile.in Thu Jun  7 11:54:29 2001
@@ -564,7 +564,7 @@
 
 install-data-hook:
        @for prog in $(script_DATA); do \
-         chmod +x $(DESTDIR)/$(scriptdir)/$$prog; \
+         chmod +x $(DESTDIR)$(scriptdir)/$$prog; \
        done
 
 installcheck-local:


-- 
Gerrit P. Haase



reply via email to

[Prev in Thread] Current Thread [Next in Thread]