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/vlc/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/vlc/Pkgfile')
-rw-r--r-- | extra/vlc/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/vlc/Pkgfile b/extra/vlc/Pkgfile index 4b6e49dce..62abc29c1 100644 --- a/extra/vlc/Pkgfile +++ b/extra/vlc/Pkgfile @@ -53,8 +53,8 @@ build() { --enable-loader \ --enable-live555 \ --with-live555-tree=/usr/lib/live - make -j5 - make -j5 DESTDIR=$PKG install + make + make DESTDIR=$PKG install for res in 16 32 48 128; do install -D -m644 $SRC/vlc-$version/share/icons/${res}x${res}/vlc.png \ |