diff options
author | sibel <lesibel@free.fr> | 2010-09-08 08:26:39 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-09-08 08:26:39 +0200 |
commit | 33a7b013af996322780442cc42f07217caa9daea (patch) | |
tree | 40a944a00699e006c508eb7494731d979a9804c2 /base/libvdpau | |
parent | 62c96c8658e2704d02409353f63a10cae29a87dc (diff) | |
download | nutyx-pakxe-33a7b013af996322780442cc42f07217caa9daea.tar.gz nutyx-pakxe-33a7b013af996322780442cc42f07217caa9daea.tar.bz2 nutyx-pakxe-33a7b013af996322780442cc42f07217caa9daea.tar.xz nutyx-pakxe-33a7b013af996322780442cc42f07217caa9daea.zip |
Ajustement de make de libvdpau
Diffstat (limited to 'base/libvdpau')
-rwxr-xr-x | base/libvdpau/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/libvdpau/Pkgfile b/base/libvdpau/Pkgfile index 6477105e6..90b77fa63 100755 --- a/base/libvdpau/Pkgfile +++ b/base/libvdpau/Pkgfile @@ -14,7 +14,7 @@ build() { cd $name-$version ./configure --prefix=/usr - make -j5 + make make DESTDIR=$PKG install install -d -m755 $PKG/usr/share/licenses/$name |