summaryrefslogtreecommitdiff
path: root/wyrd
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2008-06-02 20:49:42 +0200
committerThomas Penteker <tek@serverop.de>2008-06-02 20:49:42 +0200
commit03f67c5780b5bb6cfbc16e34143b0fa8e20072e7 (patch)
treec5a996342817af0d7bb0b411d65661d2fbf4ee2d /wyrd
parent7eee0064190b8179c4c56104a01816525730fcca (diff)
downloadcontrib-03f67c5780b5bb6cfbc16e34143b0fa8e20072e7.tar.gz
contrib-03f67c5780b5bb6cfbc16e34143b0fa8e20072e7.tar.xz
wyrd: use /etc instead of /usr/etc
Diffstat (limited to 'wyrd')
-rw-r--r--wyrd/.footprint4
-rw-r--r--wyrd/Pkgfile3
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
}

Generated by cgit