Skip to content
Snippets Groups Projects
Commit bc0c3bd7 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/libvpx: fix permissions

parent f3dcfdf3
No related merge requests found
......@@ -2,7 +2,7 @@
pkgname=libvpx
pkgver=1.3.0
_ver=${pkgver/_/-}
pkgrel=1
pkgrel=2
pkgdesc="Library for the vp8 codec"
url="http://www.webmproject.org/"
arch="all"
......@@ -42,7 +42,8 @@ build() {
package() {
cd "$_builddir"
make DIST_DIR="$pkgdir"/usr install
chmod 644 "$pkgdir"/usr/include/vpx/*.h || return 1
chmod 644 "$pkgdir"/usr/include/vpx/*.h \
"$pkgdir"/usr/lib/pkgconfig/* || return 1
chown root:root -R "$pkgdir" || return 1
chmod 755 "$pkgdir"/usr/lib/* || return 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment