[Lunar-commits] <moonbase> dhcpcd: fix the install path.
Florin Braescu
florin at lunar-linux.org
Mon Jan 5 15:12:12 CET 2009
commit 4d7f1c0117073e01189a75008e7d5ad26faa0f1e
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Jan 5 16:12:12 2009 +0200
dhcpcd: fix the install path.
---
net/dhcpcd/BUILD | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/net/dhcpcd/BUILD b/net/dhcpcd/BUILD
index 6a64e1e..b77a78d 100644
--- a/net/dhcpcd/BUILD
+++ b/net/dhcpcd/BUILD
@@ -1,7 +1,8 @@
(
- sedit 's:c99:gnu99:g' mk/cc.mk &&
+ sedit 's:c99:gnu99:g' mk/cc.mk &&
+ export PREFIX=/usr &&
- default_build
+ default_make
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list