diff options
author | sibel <lesibel@free.fr> | 2010-09-08 08:33:17 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-09-08 08:33:17 +0200 |
commit | d8e3600056b92f1f4da3580c7f91b9f624acef23 (patch) | |
tree | 2addb573f491656c9c1440cc99b8b22b52a21a51 /extra/xine-lib/Pkgfile | |
parent | c2de2bedd5c9d28cf52f75fd27aa02aa4685baff (diff) | |
download | nutyx-pakxe-d8e3600056b92f1f4da3580c7f91b9f624acef23.tar.gz nutyx-pakxe-d8e3600056b92f1f4da3580c7f91b9f624acef23.tar.bz2 nutyx-pakxe-d8e3600056b92f1f4da3580c7f91b9f624acef23.tar.xz nutyx-pakxe-d8e3600056b92f1f4da3580c7f91b9f624acef23.zip |
Ajustement de make de libcaptury
Diffstat (limited to 'extra/xine-lib/Pkgfile')
-rwxr-xr-x | extra/xine-lib/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/xine-lib/Pkgfile b/extra/xine-lib/Pkgfile index 52fce44f9..f7d0e73df 100755 --- a/extra/xine-lib/Pkgfile +++ b/extra/xine-lib/Pkgfile @@ -27,7 +27,7 @@ build() { --without-arts --without-speex \ --disable-gnomevfs --without-pulseaudio --disable-aalib \ --disable-modplug --with-external-ffmpeg - make -j5 + make make DESTDIR=$PKG install } |