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

Exec with real path to python wrappers #161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wader
Copy link

@wader wader commented Jul 3, 2017

Makes it possible to symlink to them from /usr/bin etc
to make dist packaging easier.

Could probably be done with shell script but python is already
requried so it seems more portable.

Add missing exec bit for mp4-hls.py

@wader
Copy link
Author

wader commented Jul 3, 2017

Wait, ill make a version using dirname instead of double ".."

Makes it possible to symlink to them from /usr/bin etc
to make dist packaging easier.

Could probably be done with shell script but python is already
requried so it seems more portable.

Add missing exec bit for mp4-hls.py
@wader wader force-pushed the python-wrappers-use-real-path branch from 30df943 to a10720b Compare July 3, 2017 14:45
@wader
Copy link
Author

wader commented Jul 3, 2017

I also noticed that mp4-hls.py was missing exec bit. Before it worked anyway as the shell script started it using the python interpreter. Is that how I should do it instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant