summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Sebastien BALLET2017-07-15 02:18:46 +0200
committer Willy Sudiarto Raharjo2017-07-15 02:18:46 +0200
commit12e54076994332e2295a2d7c7bb0eb1441a8fd21 (patch)
tree7bd0d7b5932216fa6b124c476bc98531f4464ecb /system
parentb3922ae5a75d7b4cbe024d1e52c5ad4c7a8880a8 (diff)
downloadold.slackbuilds-12e54076994332e2295a2d7c7bb0eb1441a8fd21.tar.gz
system/wine-staging: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/wine-staging/wine-staging.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild
index 0a30690fb8..01cecca285 100644
--- a/system/wine-staging/wine-staging.SlackBuild
+++ b/system/wine-staging/wine-staging.SlackBuild
@@ -113,20 +113,20 @@ ln -sf /etc/fonts/conf.avail/30-win32-aliases.conf $PKG/etc/fonts/conf.d/30-win3
# Create Wine menu structure:
mkdir -p $PKG/etc/xdg/menus/applications-merged
-cp -a $CWD/wine.menu $PKG/etc/xdg/menus/applications-merged
+cp $CWD/wine.menu $PKG/etc/xdg/menus/applications-merged
# Add a desktop menu for winecfg, wine-uninstaller and wine-browsedrive:
mkdir -p $PKG/usr/share/{applications,icons/hicolor/scalable/apps,pixmaps}
convert $CWD/wine.svg -scale 64 $PKG/usr/share/pixmaps/wine.png
-cp -a $CWD/wine.svg $PKG/usr/share/icons/hicolor/scalable/apps/
+cp $CWD/wine.svg $PKG/usr/share/icons/hicolor/scalable/apps/
convert $CWD/winecfg.png -scale 64 $PKG/usr/share/pixmaps/winecfg.png
convert $CWD/winecfg.png -scale 64 $PKG/usr/share/pixmaps/folder-wine.png
convert $CWD/winecfg.png -scale 64 $PKG/usr/share/pixmaps/wine-uninstaller.png
cp -a programs/winecfg/winecfg.svg $PKG/usr/share/icons/hicolor/scalable/apps/
-cp -a $CWD/*.desktop $PKG/usr/share/applications/
+cp $CWD/*.desktop $PKG/usr/share/applications/
DOCS="ANNOUNCE AUTHORS COPYING.LIB LICENSE* MAINTAINERS README VERSION"
FONTS_LICENSE="COPYING.arial COPYING.cour COPYING.msyh COPYING.times"