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

../deliver.sh -i vifm '/usr/local/bin' /bin/sh[24]: ../deliver.sh: not found #906

Open
arozehnal opened this issue Jun 1, 2023 · 1 comment

Comments

@arozehnal
Copy link

I have successfully compiled vifm, but the installation ends with an error

make install
Making install in src
GEN ../data/vifm-help.txt
/opt/freeware/bin/mkdir -p '/usr/local/bin'
../deliver.sh -i vifm '/usr/local/bin'
/bin/sh[24]: ../deliver.sh: not found
make[2]: *** [Makefile:1138: install-binPROGRAMS] Error 127
make[1]: *** [Makefile:2641: install-am] Error 2
make: *** [Makefile:392: install-recursive] Error 1

================
AIX 7.2
gcc 10.3.0

@xaizek
Copy link
Member

xaizek commented Jun 1, 2023

Sounds like you have environment variable $INSTALL defined to ../deliver.sh -i and Makefile picks that up. Try undefining it (setting to empty value probably won't be enough, need to remove it), maybe with env -u INSTALL make install or in some shell-specific way. You probably should check it exists first (env | grep deliver.sh).

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

No branches or pull requests

2 participants