Skip to content

Commit

Permalink
To avoid problem with smae installatio tools (yaourt on Arch...) who …
Browse files Browse the repository at this point in the history
…looks to remove execution permissions on files not in bin folders, explicitely call tclsh form the launch script.
  • Loading branch information
Geballin committed Feb 18, 2019
1 parent 46f1796 commit 5ff52f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bin_SCRIPTS = ttk-theme-chooser
ttk-theme-chooser:
echo "#! /bin/sh" >$@
echo '`dirname $$0`/../share/ttk-theme-chooser/ttk-theme-chooser.tcl' >>$@
echo 'tclsh `dirname $$0`/../share/ttk-theme-chooser/ttk-theme-chooser.tcl' >>$@
chmod ugo+x $@
appdir = $(prefix)/share/applications
app_DATA = ttk-theme-chooser.desktop
Expand Down

0 comments on commit 5ff52f6

Please sign in to comment.