linthesia
linthesia copied to clipboard
Why `make install` install only binary?
Hello! I am Arch Linux user and a bit fan of AUR, repo of user packages.
I'll like to build package for this project but seems like make install install no more than binary file and when I run it, I get something like this:

And following console output https://gist.github.com/51fc944246c75308f22e . Would be nice if you'll fix that :disappointed:
If you care, package building script(AKA PKGBUILD) is here https://gist.github.com/082b9f8cde6aeb8bffdf , its a bit dirty since I just rewrite it from original one. Thanks for developing useful project, anyway.
See this one https://www.gnu.org/software/automake/manual/automake.html#Install about autoconf install.
hello thanks for your feedback, indeed it seems the graphics does not get install into the proper directory. Unfortunately I'm currently busy on other projects and I can't really tell you when I will find the time to fix it myself, however if you were to propose me a pull request I should be pretty reactive to review it and merge it :)
See #92 (Make the 'make install' works)