diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-12-01 13:59:52 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-12-01 14:03:28 +0100 |
commit | 3a2d90d1272deaeeadf83ea5fa71e9c1aa36003e (patch) | |
tree | 984b146c2b8d5f113178d1101fa638ee2ec0fefd /sys-libs/libvpd/files | |
parent | dev-libs/mongo-cxx-driver: tweak for boost-167, bug #671422 (diff) | |
download | gentoo-3a2d90d1272deaeeadf83ea5fa71e9c1aa36003e.tar.gz gentoo-3a2d90d1272deaeeadf83ea5fa71e9c1aa36003e.tar.bz2 gentoo-3a2d90d1272deaeeadf83ea5fa71e9c1aa36003e.zip |
sys-libs/libvpd: Version 2.2.6
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'sys-libs/libvpd/files')
-rw-r--r-- | sys-libs/libvpd/files/libvpd-2.2.6-localstatedir.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-libs/libvpd/files/libvpd-2.2.6-localstatedir.patch b/sys-libs/libvpd/files/libvpd-2.2.6-localstatedir.patch new file mode 100644 index 000000000000..78a44a6351c6 --- /dev/null +++ b/sys-libs/libvpd/files/libvpd-2.2.6-localstatedir.patch @@ -0,0 +1,21 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -66,6 +66,6 @@ + + install-exec-hook: + mkdir -p $(DESTDIR)/${sysconfdir}/udev/rules.d/ +- mkdir -p $(DESTDIR)/${localstatedir}/lib/lsvpd/ ++ mkdir -p $(DESTDIR)/${localstatedir}/lsvpd/ + install -D --mode=644 90-vpdupdate.rules \ + ${DESTDIR}/${sysconfdir}/udev/rules.d/90-vpdupdate.rules +--- a/Makefile.in ++++ b/Makefile.in +@@ -1046,7 +1046,7 @@ + + install-exec-hook: + mkdir -p $(DESTDIR)/${sysconfdir}/udev/rules.d/ +- mkdir -p $(DESTDIR)/${localstatedir}/lib/lsvpd/ ++ mkdir -p $(DESTDIR)/${localstatedir}/lsvpd/ + install -D --mode=644 90-vpdupdate.rules \ + ${DESTDIR}/${sysconfdir}/udev/rules.d/90-vpdupdate.rules + |