setup correct permissions for config and apps
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
ec86bc21a1
commit
e6085a9b46
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ cp -a AUTHORS COPYING-AGPL $PKG/usr/doc/$PRGNAM
|
|||
# Change ownership and perms and create a link.
|
||||
chown -R $PHPUSER:$PHPGROUP $PKG/$DOCROOT/$PRGNAM
|
||||
chmod 0750 $PKG/$DOCROOT/$PRGNAM
|
||||
chmod 0770 $PKG/$DOCROOT/$PRGNAM/{config,apps}
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat <<EOF > $PKG/install/slack-desc
|
||||
|
|
Loading…
Reference in a new issue