]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
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)
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


Trivial merge