wyrd: use /etc instead of /usr/etc

This commit is contained in:
Thomas Penteker 2008-06-02 20:49:42 +02:00
parent 7eee006419
commit 03f67c5780
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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
}