summaryrefslogtreecommitdiffstats
path: root/development/ebe
diff options
context:
space:
mode:
author Sebastien BALLET <slacker6896@gmail.com>2017-07-15 07:23:45 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-15 07:23:45 +0700
commit7209daddac4120ad1d9bf77b31eefe9be6925d9e (patch)
tree01e46d24739dda4cc8b8416cda44db20ad443ba2 /development/ebe
parentf04b90f75acf18788bc5be04b1ada513f20a0530 (diff)
downloadslackbuilds-7209daddac4120ad1d9bf77b31eefe9be6925d9e.tar.gz
slackbuilds-7209daddac4120ad1d9bf77b31eefe9be6925d9e.tar.xz
development/ebe: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ebe')
-rw-r--r--development/ebe/ebe.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/ebe/ebe.SlackBuild b/development/ebe/ebe.SlackBuild
index bc0f9944e0..c18cfc1c13 100644
--- a/development/ebe/ebe.SlackBuild
+++ b/development/ebe/ebe.SlackBuild
@@ -88,7 +88,7 @@ mkdir -p $PKG/usr/share/icons/hicolor/64x64/apps
install -m0644 -C images/${PRGNAM}64.png $PKG/usr/share/icons/hicolor/64x64/apps
mkdir -p $PKG/usr/share/applications
-cp -a $CWD/${PRGNAM}.desktop $PKG/usr/share/applications
+cp $CWD/${PRGNAM}.desktop $PKG/usr/share/applications
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true