pciutils: remove "-s" switch from install command in Makefile, it is redundant and...
authorMartin Dietze <di@fh-wedel.de>
Thu, 2 Nov 2006 13:59:11 +0000 (13:59 +0000)
committerMartin Dietze <di@fh-wedel.de>
Thu, 2 Nov 2006 13:59:11 +0000 (13:59 +0000)
packages/pciutils/pciutils-2.2.4/pcimodules-pciutils.diff

index 704f979..a2f3621 100644 (file)
@@ -28,7 +28,7 @@ Index: pciutils-2.2.4/Makefile
  # -c is ignored on Linux, but required on FreeBSD
        $(DIRINSTALL) -m 755 $(DESTDIR)$(SBINDIR) $(DESTDIR)$(IDSDIR) $(DESTDIR)$(MANDIR)/man8
 -      $(INSTALL) -c -m 755 -s lspci setpci $(DESTDIR)$(SBINDIR)
-+      $(INSTALL) -c -m 755 -s lspci setpci pcimodules $(DESTDIR)$(SBINDIR)
++      $(INSTALL) -c -m 755 lspci setpci pcimodules $(DESTDIR)$(SBINDIR)
        $(INSTALL) -c -m 755 update-pciids $(DESTDIR)$(SBINDIR)
        $(INSTALL) -c -m 644 $(PCI_IDS) $(DESTDIR)$(IDSDIR)
 -      $(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 $(DESTDIR)$(MANDIR)/man8