diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-06-02 11:34:00 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-08 16:24:20 +0700 |
commit | eb24263314e5fcd2c5bd71924d9482c8951907e6 (patch) | |
tree | a396150482e085f0f224c9471a85c252f95a7eba /gis | |
parent | 094869d7359061ee0e751cd1ef47221b57c28064 (diff) |
gis/grass: Fix desktop file permissions.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/grass/grass.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gis/grass/grass.SlackBuild b/gis/grass/grass.SlackBuild index 64706bdb1c1a..2ffb4f5b844f 100644 --- a/gis/grass/grass.SlackBuild +++ b/gis/grass/grass.SlackBuild @@ -200,9 +200,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild # Desktop: mkdir -p $PKG/usr/share/applications -cp -a \ - $CWD/$PRGNAM.desktop \ - $PKG/usr/share/applications/$PRGNAM.desktop +install -D -m0644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop mkdir -p $PKG/usr/share/pixmaps cp -a \ gui/icons/$PRGNAM-64x64.png \ |