[oe-commits] org.oe.dev pciutils: remove "-s" switch from install command in Makefile, it is redundant and causes trouble when crosscompiling

MartinDietze commit openembedded-commits at lists.openembedded.org
Thu Nov 2 14:42:20 UTC 2006


pciutils: remove "-s" switch from install command in Makefile, it is redundant and causes trouble when crosscompiling

Author: MartinDietze at openembedded.org
Branch: org.openembedded.dev
Revision: f7f6b0cbdf5cd009306c5467075a9f19734a4da3
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f7f6b0cbdf5cd009306c5467075a9f19734a4da3
Files:
1
packages/pciutils/pciutils-2.2.4/pcimodules-pciutils.diff
Diffs:

#
# mt diff -r54176fa1ffc8c18b53404ddfaa5dd0f30e0eb1b1 -rf7f6b0cbdf5cd009306c5467075a9f19734a4da3
#
# 
# 
# patch "packages/pciutils/pciutils-2.2.4/pcimodules-pciutils.diff"
#  from [50f61f9a9ff2e53dc8f8b7737db051717cc070d8]
#    to [f090aca94b3c9dac064956cf196dbc1cbe886759]
# 
============================================================
--- packages/pciutils/pciutils-2.2.4/pcimodules-pciutils.diff	50f61f9a9ff2e53dc8f8b7737db051717cc070d8
+++ packages/pciutils/pciutils-2.2.4/pcimodules-pciutils.diff	f090aca94b3c9dac064956cf196dbc1cbe886759
@@ -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






More information about the Openembedded-commits mailing list