development/groovy: Fix ownership.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Sebastien BALLET 2017-07-15 07:21:25 +07:00 committed by Willy Sudiarto Raharjo
parent 19d5f18da4
commit 0ba6110aa1
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$(uname -m)" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$(uname -m) ;;
esac
@ -79,7 +79,7 @@ popd
# no need to install these with a .new extension
mkdir -p $PKG/etc/profile.d
cp -a $CWD/profile.d/$PRGNAM.*sh.new $PKG/etc/profile.d
cp $CWD/profile.d/$PRGNAM.*sh.new $PKG/etc/profile.d
sed -i "s|@LIBDIR@|/usr/lib$LIBDIRSUFFIX|" $PKG/etc/profile.d/$PRGNAM.*sh.new
chmod 0755 $PKG/etc/profile.d/$PRGNAM.*sh.new
chown root:root $PKG/etc/profile.d/$PRGNAM.*sh.new