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

make install doesn't install all ressources #23

Open
umlaeute opened this issue May 18, 2017 · 1 comment
Open

make install doesn't install all ressources #23

umlaeute opened this issue May 18, 2017 · 1 comment

Comments

@umlaeute
Copy link
Contributor

after a successfull compilation, I do a make install which installs the following files:

/usr/local/bin/iannix
/usr/local/share/applications/iannix.desktop
/usr/share/pixmaps/iannix.png

This misses any files searched by the binary, e.g. Museo.ttf is not installed anywhere (it should probably be installed to /usr/local/share/iannix (see #22)

Also, currently this installs the iannix.png into /usr/, whereas the rest installs to /usr/local/.
Instead, the PREFIX variable should be used throughout.

@dvzrv
Copy link

dvzrv commented Mar 25, 2018

I used PREFIX="/usr" qmake-qt5 && make && make INSTALL_ROOT="${pgkdir}" install on Arch Linux to get around the issue with the install destination.

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

2 participants