blob: d767e22e4352698919abf11bec8466832327d340 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-aa,v 1.1.1.1 2012/05/08 22:39:39 pettai Exp $
Install the configuration files in SYSCONFDIR instead of share
--- Makefile.PL.orig 2012-05-08 21:31:27.000000000 +0000
+++ Makefile.PL
@@ -77,9 +77,6 @@ FIXVARS = \
-DLOCALE_DIR="$(LOCALE_DIR)"
install_locale:
- install -d ${DESTDIR}/${POLICY_DIR}
- install -m 444 policy.yaml ${DESTDIR}/${POLICY_DIR}
- install -m 444 config.yaml ${DESTDIR}/${CONFIG_DIR}
install -d ${DESTDIR}/${LOCALE_DIR}
install -m 444 locale/*.yaml ${DESTDIR}/${LOCALE_DIR}
|