15 lines
596 B
Diff
15 lines
596 B
Diff
|
Index: libvpd-2.2.6/Makefile.am
|
||
|
===================================================================
|
||
|
--- libvpd-2.2.6.orig/Makefile.am
|
||
|
+++ libvpd-2.2.6/Makefile.am
|
||
|
@@ -65,7 +65,7 @@ libtool: $(LIBTOOL_DEPS)
|
||
|
$(SHELL) ./config.status --recheck
|
||
|
|
||
|
install-exec-hook:
|
||
|
- mkdir -p $(DESTDIR)/${sysconfdir}/udev/rules.d/
|
||
|
+ mkdir -p $(DESTDIR)/usr/lib/udev/rules.d/
|
||
|
mkdir -p $(DESTDIR)/${localstatedir}/lib/lsvpd/
|
||
|
install -D --mode=644 90-vpdupdate.rules \
|
||
|
- ${DESTDIR}/${sysconfdir}/udev/rules.d/90-vpdupdate.rules
|
||
|
+ ${DESTDIR}/usr/lib/udev/rules.d/90-vpdupdate.rules
|