diff options
Diffstat (limited to 'archivers/cmdpack/files/patch-Makefile')
-rw-r--r-- | archivers/cmdpack/files/patch-Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/archivers/cmdpack/files/patch-Makefile b/archivers/cmdpack/files/patch-Makefile new file mode 100644 index 000000000000..d4233aa367c6 --- /dev/null +++ b/archivers/cmdpack/files/patch-Makefile @@ -0,0 +1,17 @@ +--- Makefile.orig 2017-01-28 22:03:18 UTC ++++ Makefile +@@ -23,12 +23,14 @@ target=$(DESTDIR)$(prefix) + install-%: % %.1 + install -d "$(target)$(bindir)" + install -d "$(target)$(mandir)/man1" ++ strip $< + install $< "$(target)$(bindir)" + install -m644 $<.1 "$(target)$(mandir)/man1" + + install-bin2ecm: bin2ecm bin2ecm.1 + install -d "$(target)$(bindir)" + install -d "$(target)$(mandir)/man1" ++ strip bin2ecm + install bin2ecm "$(target)$(bindir)" + install -m644 bin2ecm.1 "$(target)$(mandir)/man1" + ln -s bin2ecm "$(target)$(bindir)/ecm2bin" |