Commit 55bddfcc authored by Seblu's avatar Seblu
Browse files

Enforce public permission on /usr files

parent eaa7fae7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ optdepends=('devtools')
package() {
  cd "$startdir"
  python setup.py install --root "$pkgdir"
  # ensure rights are corrects
  chmod -R go+rX "$pkgdir/usr"
}

# vim:set ts=2 sw=2 ft=sh et: