diff options
author | Matt Housh <jaeger@crux.nu> | 2009-10-16 12:24:09 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.nu> | 2009-10-16 12:24:09 -0500 |
commit | b9fff755eeda5a27dd4c346aa8ecdfb4fdcac69a (patch) | |
tree | da4702b37186b1ec9ce0f18f734497d703e672b4 /faac | |
parent | 50b6cc397fbed66e273fe8f9bb336234b7c69b54 (diff) | |
download | contrib-b9fff755eeda5a27dd4c346aa8ecdfb4fdcac69a.tar.gz contrib-b9fff755eeda5a27dd4c346aa8ecdfb4fdcac69a.tar.xz |
faac: fixed man page install
Diffstat (limited to 'faac')
-rw-r--r-- | faac/.footprint | 3 | ||||
-rw-r--r-- | faac/Pkgfile | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/faac/.footprint b/faac/.footprint index 025c5f3e7..70e2e5fba 100644 --- a/faac/.footprint +++ b/faac/.footprint @@ -10,3 +10,6 @@ drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libfaac.so -> libfaac.so.0.0.0 lrwxrwxrwx root/root usr/lib/libfaac.so.0 -> libfaac.so.0.0.0 -rwxr-xr-x root/root usr/lib/libfaac.so.0.0.0 +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/faac.1.gz diff --git a/faac/Pkgfile b/faac/Pkgfile index 2e1af46e9..f0b4f0e53 100644 --- a/faac/Pkgfile +++ b/faac/Pkgfile @@ -5,7 +5,7 @@ name=faac version=1.28 -release=1 +release=2 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \ $name-$version-external-libmp4v2.patch) @@ -14,7 +14,7 @@ build () { patch -p1 -i $SRC/$name-$version-external-libmp4v2.patch chmod +x bootstrap ./bootstrap - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make CFLAGS="$CFLAGS" - make prefix=$PKG/usr install + make prefix=$PKG/usr mandir=$PKG/usr/man install } |