-
Notifications
You must be signed in to change notification settings - Fork 6
Fix binary availabilities #8
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
base: master
Are you sure you want to change the base?
Conversation
bin/compile
Outdated
| topic "Configure application environment" | ||
| mkdir -p $BUILD_DIR/.profile.d | ||
| exports "\$HOME/vendor/poppler" > $BUILD_DIR/.profile.d/000_poppler.sh | ||
| echo "export PATH=/app/vendor/poppler/bin:$PATH" >> $BUILD_DIR/.profile.d/000_poppler.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe you should be able to add this to the exports function, near the top of the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, sorry :-(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
solved by my last commit. Thanks!
|
Thanks @did. Can you look at my comments and update from |
|
No problem @did. Would you mind trying it with the change I just made? I can't debug from here. |
Sure, I'll do that on Monday if you don't mind. |
hi @MattFenelon, sorry about this last commit. It turned out that it was the last missing piece of puzzle to make my app work with poppler. thanks!