[Lunar-commits] <moonbase-core> kmod: Install files in the correct locations.
Peter de Ridder
peter at lunar-linux.org
Wed Sep 11 09:29:46 CEST 2013
commit f63ab61732019d806af25d2b5ccf3523c73f268d
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Tue, 10 Sep 2013 15:04:02 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/f63ab61732019d806af25d2b5ccf3523c73f268d
kmod: Install files in the correct locations.
Previous pull handles man pages wrong.
---
kernel/kmod/BUILD | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/kernel/kmod/BUILD
+++ b/kernel/kmod/BUILD
@@ -6,7 +6,7 @@
./configure --prefix= \
--libdir=/lib \
- --datadir=/usr/share \
+ --datarootdir=/usr/share \
--includedir=/usr/include \
$OPTS &&
More information about the Lunar-commits
mailing list