summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-04-17 11:35:58 +0000
committerLennart Poettering <lennart@poettering.net>2007-04-17 11:35:58 +0000
commitc3bd8319f48603e1155da45c46fed54a29d6af73 (patch)
treecc0e1bdca18f5e0d2c5b120e58c5fa4a6a390b04
parent6e26bc118e2fcb9f94a7caba4830b56742e18519 (diff)
no need to make the .desktop files executable
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1436 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-python/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/avahi-python/Makefile.am b/avahi-python/Makefile.am
index 0800506..d59b19f 100644
--- a/avahi-python/Makefile.am
+++ b/avahi-python/Makefile.am
@@ -53,7 +53,6 @@ endif
avahi-discover.desktop: avahi-discover.desktop.in
sed -e 's,@bindir\@,$(bindir),g' $< > $@
- chmod +x $@
avahi-discover: avahi-discover.in
sed -e 's,@PYTHON\@,$(PYTHON),g' \