summaryrefslogtreecommitdiff
path: root/community/luakit/0001-Dont-mark-desktop-file-as-executable.patch
blob: 0e5a9d1a2658d3f241a1a8562f8deab5ded7cb8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From d3f47d51ab68054ceb3415971455ca2c036b395f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= <b@bpiotrowski.pl>
Date: Thu, 12 Apr 2012 16:43:41 +0200
Subject: [PATCH] Don't mark desktop file as executable.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index be1567b..50973d6 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ install:
 install -d $(DESTDIR)/usr/share/pixmaps
 install extras/luakit.png $(DESTDIR)/usr/share/pixmaps/
 install -d $(DESTDIR)/usr/share/applications
- install extras/luakit.desktop $(DESTDIR)/usr/share/applications/
+ install -m0644 extras/luakit.desktop $(DESTDIR)/usr/share/applications/
 install -d $(MANPREFIX)/man1/
 install -m644 luakit.1 $(MANPREFIX)/man1/

---
1.7.10