summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Sebastien BALLET <slacker6896@gmail.com>2017-07-15 07:12:10 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-15 07:12:10 +0700
commitb2e6405018705bde79508ea208290f740b2616bc (patch)
tree854abb32b95b97eea2547347585efa035eb680fe
parent9377d43e42462db28b1d80f266cdf3dc5e21dfbf (diff)
downloadslackbuilds-b2e6405018705bde79508ea208290f740b2616bc.tar.gz
slackbuilds-b2e6405018705bde79508ea208290f740b2616bc.tar.xz
system/afdko: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/afdko/afdko.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/afdko/afdko.SlackBuild b/system/afdko/afdko.SlackBuild
index 5c6cc38389..0ac5479534 100644
--- a/system/afdko/afdko.SlackBuild
+++ b/system/afdko/afdko.SlackBuild
@@ -92,7 +92,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/etc/profile.d
-cp -a $CWD/afdko.sh $CWD/afdko.csh $PKG/etc/profile.d/
+cp $CWD/afdko.sh $CWD/afdko.csh $PKG/etc/profile.d/
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AFDKO-Overview.html FDK\ Build\ Notes.txt FDKReleaseNotes.txt \