Skip to content

Commit

Permalink
pkg - Remove original manpage file
Browse files Browse the repository at this point in the history
---

Type: pkg
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jan 13, 2025
1 parent 3a4065d commit 1e5917d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ install:
mkdir -m 755 -p $(FDESTDIR)/bin $(FDESTDIR)/share/man/man1/
install -m 755 -t $(FDESTDIR)/bin/ $(BINARIES)
install -m 644 -t $(FDESTDIR)/share/man/man1/ $(MANUALS)
gzip $(FDESTDIR)/share/man/man1/bskyid.1
gzip $(FDESTDIR)/share/man/man1/bskyid.1 && rm $(FDESTDIR)/share/man/man1/bskyid.1

# This makefile is just a wrapper for tools scripts.

0 comments on commit 1e5917d

Please sign in to comment.