diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-14 16:17:19 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-14 16:17:19 +0100 |
commit | 8ea8da53d03923a517458278771ec3cdc9df5d66 (patch) | |
tree | cec0c06de5521a516488c6bd4770a83e9a7dfedf /extra/libcanberra/Pkgfile | |
parent | f6666eb9a97434102944c81797afbc2ae33805e9 (diff) | |
download | nutyx-extra-8ea8da53d03923a517458278771ec3cdc9df5d66.tar.gz nutyx-extra-8ea8da53d03923a517458278771ec3cdc9df5d66.tar.bz2 nutyx-extra-8ea8da53d03923a517458278771ec3cdc9df5d66.tar.xz nutyx-extra-8ea8da53d03923a517458278771ec3cdc9df5d66.zip |
libcanberra, sup de la doc
Diffstat (limited to 'extra/libcanberra/Pkgfile')
-rwxr-xr-x | extra/libcanberra/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/libcanberra/Pkgfile b/extra/libcanberra/Pkgfile index d9514ceae..97e12f0c6 100755 --- a/extra/libcanberra/Pkgfile +++ b/extra/libcanberra/Pkgfile @@ -6,7 +6,7 @@ name=libcanberra version=0.18 -release=1 +release=2 source=(http://0pointer.de/lennart/projects/$name/$name-$version.tar.gz) @@ -18,4 +18,5 @@ build() { --infodir=/usr/share/info make make DESTDIR=$PKG install + rm -r $PKG/usr/share/gtk-doc } |