BunsenLabs/bunsen-utilities

bin scripts (deuterium) not executable

Closed this issue · 3 comments

Shouldn't these be chmod +x?

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).

Executability removed in 001856b

Also, this was mentioned here: #40 (comment)