Skip to content

Commit 252f5ec

Browse files
Freddy ListShinyzenith
authored andcommitted
[fix] Incorrect man page installation
1 parent 8377aaf commit 252f5ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
- Mouse cursors and other devices are no longer blocked when running `swhkd`.
2727
- Option prefixes on modifiers are now properly parsed. e.g., `~control` is now
2828
understood by `swhkd` as the `control` modifier with an option
29+
- Install mandocs in the correct locations.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install:
2323
@find ./docs -type f -iname "*.1.gz" \
2424
-exec install -Dm 644 {} -t $(DESTDIR)/$(MAN1_DIR) \;
2525
@find ./docs -type f -iname "*.5.gz" \
26-
-exec install -Dm 644 {} -t $(DESTDIR)/$(MAN1_DIR) \;
26+
-exec install -Dm 644 {} -t $(DESTDIR)/$(MAN5_DIR) \;
2727
@install -Dm 755 ./target/release/$(DAEMON_BINARY) -t $(DESTDIR)/$(TARGET_DIR)
2828
@install -Dm 755 ./target/release/$(SERVER_BINARY) -t $(DESTDIR)/$(TARGET_DIR)
2929
@install -Dm 644 -o root ./$(POLKIT_POLICY_FILE) -t $(DESTDIR)/$(POLKIT_DIR)

0 commit comments

Comments
 (0)