Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Wrong permissions for build.sh and deps.sh #83

Open
katarzyna-z opened this issue Mar 28, 2017 · 0 comments
Open

Wrong permissions for build.sh and deps.sh #83

katarzyna-z opened this issue Mar 28, 2017 · 0 comments

Comments

@katarzyna-z
Copy link
Contributor

build.sh and deps.sh (for plugins) have wrong permissions so after initialization of a new plugin repository with snap-pluginsync it is not possible to build plugin using make.
Following error occurs:

bash -c "./scripts/build.sh"
bash: ./scripts/build.sh: Permission denied
Makefile:41: recipe for target 'all' failed
make[1]: *** [all] Error 126

file permissions:

$ ls -l build.sh 
-rw-rw-r-- 1 kujawka kujawka 1335 Mar 27 11:41 build.sh

changing of file permissions resolves this issue

@ghost ghost added the bug label Mar 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants