[Lunar-commits] <moonbase> dhcpcd: install dhcpcd.conf file to /etc instead of /usr/etc
Florin Braescu
florin at lunar-linux.org
Sun Mar 15 16:30:28 CET 2009
commit 555a9223d5f14042a379ec415fb5fa8176f01c41
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Mar 15 17:30:28 2009 +0200
dhcpcd: install dhcpcd.conf file to /etc instead of /usr/etc
---
net/dhcpcd/BUILD | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/net/dhcpcd/BUILD b/net/dhcpcd/BUILD
index b77a78d..3e7de33 100644
--- a/net/dhcpcd/BUILD
+++ b/net/dhcpcd/BUILD
@@ -1,6 +1,8 @@
(
sedit 's:c99:gnu99:g' mk/cc.mk &&
+ sedit 's:${PREFIX}/etc:/etc:' Makefile &&
+
export PREFIX=/usr &&
default_make
More information about the Lunar-commits
mailing list