]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Merge branch 'permissions-fix' into 'master'
authormmn <mmn@hethane.se>
Fri, 10 Jul 2015 14:01:49 +0000 (14:01 +0000)
committermmn <mmn@hethane.se>
Fri, 10 Jul 2015 14:01:49 +0000 (14:01 +0000)
commit204f6bb503a8416d2bc817b7058ee655a8d7f9a3
tree70c1b0b032e83d102d6944f1337ab84704d35239
parented3022adc159fad722d93fe6bdc4a47b9a5d564b
parent1ab4c9998aa77527dbb8c38bcd8df15062e85d38
Merge branch 'permissions-fix' into 'master'

Permissions fix

During Debian packaging I noticed that executable permissions on several files are incorrect.  In the fist case files such as .gitignore, .png, .ico were wrongly set as executable.  In the second case, files that are meant to be running on the command line such as maintenance scripts starting with "#!/usr/bin/env php" do not have executable permissions.  These files were identified by lintian automatic checking program.  This merge request aims to fix the problem.

See merge request !21