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

cannot create regular file bin in directory #7

Closed
brettgoulder opened this issue Jun 3, 2013 · 3 comments
Closed

cannot create regular file bin in directory #7

brettgoulder opened this issue Jun 3, 2013 · 3 comments

Comments

@brettgoulder
Copy link

There seems to be an incompatibility if there is a bin/ folder in an app that has this buildpack.

For reference:

https://support.heroku.com/tickets/85224

@ryandotsmith
Copy link
Owner

Can you help me out with a bit more detail? For instance, which version of the buildpack are you running? What is the value of the buildpack url? What do you expect to happen? What actually happened?

@kheekien
Copy link

kheekien commented Jun 5, 2013

There is a missing line on the bin/compile

set -e

#new line to be added that should fix the problem
mkdir -p "$1/bin"

cp bin/nginx "$1/bin/"

@ryandotsmith
Copy link
Owner

@kheekien You might want to set your buildpack url to the latest on github. E.g. BUILDPACK_URL=https://github.com/ryandotsmith/nginx-buildpack.git This issue has been fixed on master. I will cut a release soon.

AVDiv pushed a commit to AVDiv/nginx-buildpack that referenced this issue Dec 23, 2022
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

No branches or pull requests

3 participants