summaryrefslogtreecommitdiffstats
path: root/development/groovy
diff options
context:
space:
mode:
author Sebastien BALLET2017-07-15 02:21:25 +0200
committer Willy Sudiarto Raharjo2017-07-15 02:21:25 +0200
commit5b3105b6c345ef85e8c91c07a28529b84d15ec2a (patch)
tree5159ccf31ef36955134137327f7701415cdde21f /development/groovy
parent3018748b1075f5962ba6defdf49d180ed545e0e3 (diff)
downloadold.slackbuilds-5b3105b6c345ef85e8c91c07a28529b84d15ec2a.tar.gz
development/groovy: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/groovy')
-rw-r--r--development/groovy/groovy.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/groovy/groovy.SlackBuild b/development/groovy/groovy.SlackBuild
index d0fce52acb..558d37002c 100644
--- a/development/groovy/groovy.SlackBuild
+++ b/development/groovy/groovy.SlackBuild
@@ -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