Put php-codesign into /usr/share/webapps
This commit is contained in:
@@ -17,8 +17,9 @@ pkgver() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "${pkgdir}/usr/share"
|
mkdir -p "${pkgdir}/usr/share/webapps"
|
||||||
cp -r "${srcdir}/php-codesign" "${pkgdir}/usr/share/php-codesign"
|
cp -r "${srcdir}/php-codesign" "${pkgdir}/usr/share/webapps/php-codesign"
|
||||||
find "${pkgdir}/usr/share/php-codesign/" -type f -exec chmod 644 {} \;
|
rm -rf "${srcdir}/php-codesign/.git"
|
||||||
chmod 744 "${pkgdir}/usr/share/php-codesign/generate_allowed_scripts.py"
|
find "${pkgdir}/usr/share/webapps/php-codesign/" -type f -exec chmod 644 {} \;
|
||||||
|
chmod 744 "${pkgdir}/usr/share/webapps/php-codesign/generate_allowed_scripts.py"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user