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 }