psutils/psutils-p17-strip.patch
cvsdist 1256d39a43 auto-import changelog data from psutils-1.17-16.src.rpm
Thu Jun 20 2002 Than Ngo <than@redhat.com> 1.17-16
- Don't forcibly strip binaries
Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
2004-09-09 10:50:22 +00:00

12 lines
344 B
Diff

--- psutils/Makefile.unix.orig 2002-06-20 12:41:54.000000000 +0200
+++ psutils/Makefile.unix 2002-06-20 12:41:41.000000000 +0200
@@ -226,7 +226,7 @@
-mkdir -p $(BINDIR)
@for i in $(BIN); do \
echo Installing $$i; \
- $(INSTALL) $$i -s $(BINDIR); \
+ $(INSTALL) $$i $(BINDIR); \
done
install.script: $(PERLSCRIPTS) $(SHELLSCRIPTS)