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