File: makefile.patch

package info (click to toggle)
drbl 5.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,944 kB
  • sloc: sh: 43,112; perl: 8,820; xml: 867; makefile: 131
file content (14 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: drbl/Makefile
===================================================================
--- drbl.orig/Makefile
+++ drbl/Makefile
@@ -48,6 +48,9 @@ install:
 	# install themes
 	install -d $(DESTDIR)/usr/share/gdm/themes/drbl-gdm
 	cp -a themes/* $(DESTDIR)/usr/share/gdm/themes/drbl-gdm/
+	# fix some permissions
+	find $(DESTDIR) -perm /111 | grep -E '\.desktop$$|\.service$$' | \
+	  xargs chmod a-x
 
 clean:
 	$(MAKE) -C sbin clean