graphics/evolus-pencil: Tweak permissions setting
This probably isn't needed, but it *might* be to fix a transient bug in rpm2cpio mangling some directory perms. Thanks to Robert <slacker@slaphappygeeks.com>. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
7bb262bf85
commit
fe39fab02c
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=evolus-pencil
|
||||
VERSION=${VERSION:-1.3}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
APPBUILD=${APPBUILD:-4}
|
||||
TAG=${TAG:-_SBo}
|
||||
ARCH=noarch
|
||||
|
@ -41,7 +41,7 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
cd $PKG
|
||||
rpm2cpio < $CWD/$PRGNAM-$VERSION-$APPBUILD.noarch.rpm | cpio -imdv
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
chmod -R u+w,go+r-w,a+X-s .
|
||||
|
||||
# Increase MaxVersion requirement to work with newer xulrunner.
|
||||
# Don't worry, it works.
|
||||
|
|
Loading…
Reference in New Issue