Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all files in scripts/ and userscripts/ should be install with executable bit #4328

Open
xtaran opened this issue Oct 12, 2018 · 0 comments
Labels
bug: behavior Something doesn't work as intended, but doesn't crash. component: infrastructure Issues related to development scripts, CI, servers, etc. priority: 2 - low Issues which are currently not very important.

Comments

@xtaran
Copy link

xtaran commented Oct 12, 2018

Version info (see :version):

1.5.1

Description

The install routine in misc/Makefile installs scripts/utils.py (which is a library according to its contents, no shebang line either) and userscripts/README.md with the executable bit set.

How to reproduce

make -f misc/Makefile install
ls -l /usr/local/share/qutebrowser/userscripts/README.md
ls -l /usr/local/share/qutebrowser/scripts/utils.py
@The-Compiler The-Compiler added component: infrastructure Issues related to development scripts, CI, servers, etc. priority: 2 - low Issues which are currently not very important. bug: behavior Something doesn't work as intended, but doesn't crash. labels Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: behavior Something doesn't work as intended, but doesn't crash. component: infrastructure Issues related to development scripts, CI, servers, etc. priority: 2 - low Issues which are currently not very important.
Projects
None yet
Development

No branches or pull requests

2 participants