]> Dogcows Code - chaz/openbox/commitdiff
make the installed themeupdate.py executable
authorDana Jansens <danakj@orodu.net>
Wed, 17 Sep 2003 06:51:30 +0000 (06:51 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 17 Sep 2003 06:51:30 +0000 (06:51 +0000)
Makefile.am

index 35b837e516352d6c0bdadda0540a9a67730b8fec..bda4fce8a4d33dc0c36d584d61f7375164ce5086 100644 (file)
@@ -265,6 +265,9 @@ dist_rc_DATA = \
 dist_userscript_DATA = \
        tools/themeupdate/themeupdate.py
 
+install-data-hook:
+       chmod +x $(userscriptdir)/themeupdate.py
+
 dist_desktopfiles_DATA = \
        data/openbox.desktop
 
This page took 0.02199 seconds and 4 git commands to generate.