From: Martin Dietze Date: Thu, 2 Nov 2006 13:59:11 +0000 (+0000) Subject: pciutils: remove "-s" switch from install command in Makefile, it is redundant and... X-Git-Tag: Release-2010-05/1~9453^2~481^2~40^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28521fddea8639795bf49519ab6dbaf5f8736d4a;p=openembedded.git pciutils: remove "-s" switch from install command in Makefile, it is redundant and causes trouble when crosscompiling --- diff --git a/packages/pciutils/pciutils-2.2.4/pcimodules-pciutils.diff b/packages/pciutils/pciutils-2.2.4/pcimodules-pciutils.diff index 704f9795d3..a2f3621f40 100644 --- a/packages/pciutils/pciutils-2.2.4/pcimodules-pciutils.diff +++ b/packages/pciutils/pciutils-2.2.4/pcimodules-pciutils.diff @@ -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