diff options
Diffstat (limited to 'repo/.hook/vlc-luajit')
| -rwxr-xr-x | repo/.hook/vlc-luajit | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repo/.hook/vlc-luajit b/repo/.hook/vlc-luajit new file mode 100755 index 0000000..51e626c --- /dev/null +++ b/repo/.hook/vlc-luajit @@ -0,0 +1,4 @@ +#!/bin/bash +sed -i 's/make$/make -j \$\(nproc\)\n/g' PKGBUILD +sed -i 's/make DESTDIR/make -j \$\(nproc\) DESTDIR/g' PKGBUILD +sed -i '/--enable-aribcam \\/d' PKGBUILD |
