public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/libosinfo/files: libosinfo-0.2.6-destdir.patch
@ 2013-03-30 18:40 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-03-30 18:40 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/03/30 18:40:44

  Added:                libosinfo-0.2.6-destdir.patch
  Log:
  Version bump wrt #460694. Use external pci.ids and usb.ids from sys-apps/hwids. Fix $(DESTDIR) handling in data/Makefile.am.
  
  (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.1                  sys-libs/libosinfo/files/libosinfo-0.2.6-destdir.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/files/libosinfo-0.2.6-destdir.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/files/libosinfo-0.2.6-destdir.patch?rev=1.1&content-type=text/plain

Index: libosinfo-0.2.6-destdir.patch
===================================================================
--- data/Makefile.am
+++ data/Makefile.am
@@ -11,7 +11,8 @@
 	-wget -q -O $@ http://www.linux-usb.org/usb.ids
 else
 usb_ids_install:
-	$(LN_S) $(USB_IDS) $(pkgdatadir)/db/usb.ids
+	-mkdir -p $(DESTDIR)$(pkgdatadir)/db/
+	$(LN_S) $(USB_IDS) $(DESTDIR)$(pkgdatadir)/db/usb.ids
 INSTALL_DATA_HOOK_DEPS += usb_ids_install
 endif
 
@@ -22,7 +23,8 @@
 	-wget -q -O $@ http://pciids.sourceforge.net/v2.2/pci.ids
 else
 pci_ids_install:
-	$(LN_S) $(PCI_IDS) $(pkgdatadir)/db/pci.ids
+	-mkdir -p $(DESTDIR)$(pkgdatadir)/db/
+	$(LN_S) $(PCI_IDS) $(DESTDIR)$(pkgdatadir)/db/pci.ids
 INSTALL_DATA_HOOK_DEPS += pci_ids_install
 endif
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-libs/libosinfo/files: libosinfo-0.2.6-destdir.patch
@ 2014-09-09 14:58 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2014-09-09 14:58 UTC (permalink / raw
  To: gentoo-commits

pacho       14/09/09 14:58:34

  Removed:              libosinfo-0.2.6-destdir.patch
  Log:
  Version bump, drop old, update homepage (#522352 by BT)
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-09 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-30 18:40 [gentoo-commits] gentoo-x86 commit in sys-libs/libosinfo/files: libosinfo-0.2.6-destdir.patch Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2014-09-09 14:58 Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox