diff options
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 \ |