aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pciutils
diff options
context:
space:
mode:
authorMartin Dietze <di@fh-wedel.de>2006-11-02 13:59:11 +0000
committerMartin Dietze <di@fh-wedel.de>2006-11-02 13:59:11 +0000
commit28521fddea8639795bf49519ab6dbaf5f8736d4a (patch)
treea6ce33f7090170d9ddf137085c327f5a81bad4c2 /packages/pciutils
parent026ecd9664e1305837568f119f4ab04ffd96bf3d (diff)
downloadopenembedded-28521fddea8639795bf49519ab6dbaf5f8736d4a.tar.gz
pciutils: remove "-s" switch from install command in Makefile, it is redundant and causes trouble when crosscompiling
Diffstat (limited to 'packages/pciutils')
-rw-r--r--packages/pciutils/pciutils-2.2.4/pcimodules-pciutils.diff2
1 files changed, 1 insertions, 1 deletions
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