summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-03-05 22:33:12 +0200
committerSamuli Suominen <ssuominen@gentoo.org>2014-03-05 22:33:12 +0200
commit838588be51234a6fa2553ec1887fb052963fc3ab (patch)
treeed1de8452de7865d7777cf372199e21a05d8228b
parentThese files are now part of netifrc since version 0.2.1, see Gentoo bug 487922 (diff)
downloadudev-gentoo-scripts-838588be51234a6fa2553ec1887fb052963fc3ab.tar.gz
udev-gentoo-scripts-838588be51234a6fa2553ec1887fb052963fc3ab.tar.bz2
udev-gentoo-scripts-838588be51234a6fa2553ec1887fb052963fc3ab.zip
These files are now part of netifrc since version 0.2.1, see Gentoo bug 487922
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index b1739ed..49d1924 100644
--- a/Makefile
+++ b/Makefile
@@ -2,22 +2,13 @@ PACKAGE = udev-init-scripts
VERSION = 27
DISTNAME = $(PACKAGE)-$(VERSION)
-LIBUDEV ?= $(shell pkg-config udev --variable=udevdir)
-RULESDIR ?= $(LIBUDEV)/rules.d
SYSCONFDIR ?= /etc
CONFD ?= $(SYSCONFDIR)/conf.d
INITD ?= $(SYSCONFDIR)/init.d
-HELPERS = \
- helpers/net.sh
-
all:
install:
- install -d $(DESTDIR)$(LIBUDEV)
- install -m 0755 $(HELPERS) $(DESTDIR)$(LIBUDEV)
- install -d $(DESTDIR)$(RULESDIR)
- install -m 0644 rules.d/??-*.rules $(DESTDIR)$(RULESDIR)
install -d $(DESTDIR)$(CONFD)
install -m 0644 conf.d/* $(DESTDIR)$(CONFD)
install -d $(DESTDIR)$(INITD)