Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 320984 Details for
Bug 430900
sys-fs/mdadm-3.2.3-r1 - set udev rule install path using pkg-config
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Get rules path from pkgconfig
udev-pkgconfig.patch (text/plain), 1020 bytes, created by
Nikolay S. Rybaloff
on 2012-08-11 09:33:28 UTC
(
hide
)
Description:
Get rules path from pkgconfig
Filename:
MIME Type:
Creator:
Nikolay S. Rybaloff
Created:
2012-08-11 09:33:28 UTC
Size:
1020 bytes
patch
obsolete
>diff -durN mdadm-3.2.3-orig/Makefile mdadm-3.2.3/Makefile >--- mdadm-3.2.3-orig/Makefile 2012-08-11 13:23:58.561088900 +0400 >+++ mdadm-3.2.3/Makefile 2012-08-11 13:25:27.299919860 +0400 >@@ -98,6 +98,11 @@ > MAN5DIR = $(MANDIR)/man5 > MAN8DIR = $(MANDIR)/man8 > >+UDEVDIR = $(shell pkg-config --variable=udevdir udev 2>/dev/null) >+ifndef UDEVDIR >+ UDEVDIR = lib/udev >+endif >+ > OBJS = mdadm.o config.o policy.o mdstat.o ReadMe.o util.o maps.o lib.o \ > Manage.o Assemble.o Build.o \ > Create.o Detail.o Examine.o Grow.o Monitor.o dlink.o Kill.o Query.o \ >@@ -253,7 +258,7 @@ > $(INSTALL) -D -m 644 mdadm.conf.5 $(DESTDIR)$(MAN5DIR)/mdadm.conf.5 > > install-udev: udev-md-raid.rules >- $(INSTALL) -D -m 644 udev-md-raid.rules $(DESTDIR)/lib/udev/rules.d/64-md-raid.rules >+ $(INSTALL) -D -m 644 udev-md-raid.rules $(DESTDIR)/$(UDEVDIR)/rules.d/64-md-raid.rules > > uninstall: > rm -f $(DESTDIR)$(MAN8DIR)/mdadm.8 $(DESTDIR)$(MAN8DIR)/mdmon.8 $(DESTDIR)$(MAN4DIR)/md.4 $(DESTDIR)$(MAN5DIR)/mdadm.conf.5 $(DESTDIR)$(BINDIR)/mdadm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 430900
:
320984
|
321134
|
321136