dbpware-for-solaris/grep/src/grep-2.5-symlink-destdir.patch
Tom G. Christensen 4c6c70df0a GNU grep for Solaris
for clean installation into a stagedir it required a small patch to one
the makefiles
2004-01-26 13:42:22 +00:00

14 lines
515 B
Diff

--- grep-2.5/src/Makefile.in.orig 2004-01-26 14:31:58.850016000 +0100
+++ grep-2.5/src/Makefile.in 2004-01-26 14:32:48.840007000 +0100
@@ -354,8 +354,8 @@
install-exec-local:
- @SYMLINK@ @SYMLINKFROM@ $(bindir)/egrep
- @SYMLINK@ @SYMLINKFROM@ $(bindir)/fgrep
+ @SYMLINK@ @SYMLINKFROM@ $(DESTDIR)$(bindir)/egrep
+ @SYMLINK@ @SYMLINKFROM@ $(DESTDIR)$(bindir)/fgrep
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: