diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2015-11-04 12:34:50 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2015-11-04 14:37:36 +1100 |
commit | 20bd0a196859ecbc215da194403a3bfa3ef2264f (patch) | |
tree | 920af5a68aec55586dce2e160d22d0aa081ec263 /libao | |
parent | ca9df6680b068ed5da9e5b72eb666444bb71d353 (diff) | |
download | opt-20bd0a196859ecbc215da194403a3bfa3ef2264f.tar.gz opt-20bd0a196859ecbc215da194403a3bfa3ef2264f.tar.xz |
update romster ports for new man page location
Diffstat (limited to 'libao')
-rw-r--r-- | libao/.footprint | 6 | ||||
-rw-r--r-- | libao/Pkgfile | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/libao/.footprint b/libao/.footprint index 96ad7c5e3..4e9288110 100644 --- a/libao/.footprint +++ b/libao/.footprint @@ -20,9 +20,9 @@ lrwxrwxrwx root/root usr/lib/libao.so.4 -> libao.so.4.1.0 -rwxr-xr-x root/root usr/lib/libao.so.4.1.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/ao.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/libao.conf.5.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/ao.m4 +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/libao.conf.5.gz diff --git a/libao/Pkgfile b/libao/Pkgfile index cc6cbf2aa..9e12fb614 100644 --- a/libao/Pkgfile +++ b/libao/Pkgfile @@ -12,9 +12,7 @@ source=(http://downloads.xiph.org/releases/ao/$name-$version.tar.gz) build() { cd $name-$version - ./configure \ - --prefix=/usr \ - --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |