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

Add install targets and manpage files for CMake #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

topazus
Copy link

@topazus topazus commented Nov 22, 2023

In accomodation with the install steps in Makefile.

hyprpicker/Makefile

Lines 64 to 67 in b6130e3

install:
mkdir -p ${DESTDIR}${PREFIX}/bin ${DESTDIR}${PREFIX}/share/man/man1
cp doc/hyprpicker.1 ${DESTDIR}${PREFIX}/share/man/man1
cp build/hyprpicker ${DESTDIR}${PREFIX}/bin

@vaxerski
Copy link
Member

we do that in the makefile though?

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

Successfully merging this pull request may close these issues.

2 participants