-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: madomado <[email protected]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ git clone --depth 1 -b v%version %url . | |
%make_build | ||
|
||
%install | ||
%make_install PREFIX=%buildroot%_prefix | ||
%make_install PREFIX=%_prefix | ||
install -Dm644 keyd.service %buildroot%_unitdir/keyd.service | ||
|
||
%post | ||
|
@@ -36,12 +36,12 @@ install -Dm644 keyd.service %buildroot%_unitdir/keyd.service | |
%doc README.md | ||
%license LICENSE | ||
%_unitdir/keyd.service | ||
%dnl %_bindir/keyd | ||
%dnl %_bindir/keyd-application-mapper | ||
%dnl %_datadir/keyd | ||
%dnl %_datadir/doc/keyd/ | ||
%dnl %_mandir/man1/keyd-application-mapper.1.gz | ||
%dnl %_mandir/man1/keyd.1.gz | ||
%_bindir/keyd | ||
%_bindir/keyd-application-mapper | ||
%_datadir/keyd | ||
%_datadir/doc/keyd/ | ||
%_mandir/man1/keyd-application-mapper.1.gz | ||
%_mandir/man1/keyd.1.gz | ||
|
||
%changelog | ||
* Tue May 23 2023 windowsboy111 <[email protected]> - 2.4.3-1 | ||
|