bin scripts (deuterium) not executable
Closed this issue · 3 comments
capn-damo commented
Shouldn't these be chmod +x
?
johnraff commented
It's not necessary that the files in the source are executable. I removed the executability bit to make them easier to edit. dh_fixperms will make them executable at build time.
(You can run them with bash filepath
for testing.)
man dh_fixperms:
...It makes all files in the standard bin and sbin directories, usr/games/ and etc/init.d executable (since v4).
johnraff commented
Also, this was mentioned here: #40 (comment)