[gnome-music/wip/merge: 305/343] Add executable permission to script when created



commit 12cfa39838607a3aa197846b7d215ca17ebf3d36
Author: Arnel A. Borja <arnelborja src gnome org>
Date:   Sun Jul 21 11:35:07 2013 +0800

    Add executable permission to script when created

 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 68e2251..ab9f1e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,6 +59,7 @@ gnome-music: gnome-music.in
                -e s!\ PACKAGE\@!$(PACKAGE)!            \
                -e s!\ VERSION\@!$(VERSION)!            \
                < $< > $@
+       chmod a+x $@
 
 gnome-music: Makefile
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]