From 0e5decaec6d424512937b9b4b8cb4b0bcefa8b93 Mon Sep 17 00:00:00 2001 From: kn Date: Sun, 20 Nov 2022 12:20:45 +0000 Subject: [PATCH] No need to "chmod +x" the script anymore after the 3.22.0 update --- textproc/meld/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile index 4d6251493a5..d3d63d97b95 100644 --- a/textproc/meld/Makefile +++ b/textproc/meld/Makefile @@ -2,7 +2,7 @@ COMMENT= graphical diff and merge tool GNOME_VERSION= 3.22.0 GNOME_PROJECT= meld -REVISION= 0 +REVISION= 1 CATEGORIES= textproc @@ -32,7 +32,4 @@ RUN_DEPENDS= devel/py-gobject3${MODPY_FLAVOR} \ # org.gnome.desktop.interface RUN_DEPENDS += devel/gsettings-desktop-schemas -post-install: - chmod +x ${PREFIX}/bin/meld - .include