From 03f67c5780b5bb6cfbc16e34143b0fa8e20072e7 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Mon, 2 Jun 2008 20:49:42 +0200 Subject: [PATCH] wyrd: use /etc instead of /usr/etc --- wyrd/.footprint | 4 ++-- wyrd/Pkgfile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/wyrd/.footprint b/wyrd/.footprint index 4ac6bc62e..6af6f6616 100644 --- a/wyrd/.footprint +++ b/wyrd/.footprint @@ -1,8 +1,8 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/wyrdrc drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/wyrd -drwxr-xr-x root/root usr/etc/ --rw-r--r-- root/root usr/etc/wyrdrc drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/wyrd.1.gz diff --git a/wyrd/Pkgfile b/wyrd/Pkgfile index a61b23961..abefa8be5 100644 --- a/wyrd/Pkgfile +++ b/wyrd/Pkgfile @@ -12,7 +12,8 @@ source=(http://pessimization.com/software/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man + --mandir=/usr/man \ + --sysconfdir=/etc make make DESTDIR=$PKG install }