GNU grep for Solaris

for clean installation into a stagedir it required a small patch to one
the makefiles
This commit is contained in:
Tom G. Christensen
2004-01-26 13:42:22 +00:00
committed by tgc
parent 2a3893c025
commit 4c6c70df0a
2 changed files with 117 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
--- 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: