Skip to content

Commit

Permalink
xscreensaver: don't mark .desktop files as executable
Browse files Browse the repository at this point in the history
  • Loading branch information
dhgutteridge committed Feb 8, 2024
1 parent 4d0df2c commit c912c72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x11/xscreensaver/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.155 2024/02/08 00:50:15 gutteridge Exp $
# $NetBSD: Makefile,v 1.156 2024/02/08 01:54:36 gutteridge Exp $

DISTNAME= xscreensaver-6.08
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= https://www.jwz.org/xscreensaver/

Expand Down Expand Up @@ -48,6 +48,7 @@ INSTALLATION_DIRS= share/doc/${PKGBASE}
REPLACE_PERL+= hacks/*.pl hacks/*/*.pl

post-install:
${CHMOD} a-x ${DESTDIR}${PREFIX}/share/applications/*.desktop
${INSTALL_DATA} ${FILESDIR}/README.pkgsrc ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}

.include "options.mk"
Expand Down

0 comments on commit c912c72

Please sign in to comment.