BunsenLabs / bunsen-utilities

https://pkg.bunsenlabs.org/debian/pool/main/b/bunsen-utilities/
GNU General Public License v3.0
30 stars 21 forks source link

bin scripts (deuterium) not executable #52

Closed capn-damo closed 8 years ago

capn-damo commented 8 years ago

Shouldn't these be chmod +x?

johnraff commented 8 years ago

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 8 years ago

Executability removed in 001856b

johnraff commented 8 years ago

Also, this was mentioned here: https://github.com/BunsenLabs/bunsen-utilities/issues/40#issuecomment-239378921