Skip to content

Commit

Permalink
Merge pull request #37 from PhyX-Meow/master
Browse files Browse the repository at this point in the history
Fix install issue for archlinux.
  • Loading branch information
cerebrate authored Nov 26, 2022
2 parents 06f091a + 499016a commit 4218cc9
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 @@ -14,7 +14,7 @@ THIS_FILE := $(lastword $(MAKEFILE_LIST))
INSTALLDIR = $(DESTDIR)/usr/lib/bottle-imp
BINDIR = $(DESTDIR)/usr/bin
USRLIBDIR = $(DESTDIR)/usr/lib
GENDIR = $(DESTDIR)/lib/systemd/system-generators
GENDIR = $(DESTDIR)/usr/lib/systemd/system-generators

# used only by TAR installer
MAN8DIR = $(DESTDIR)/usr/share/man/man8
Expand Down

0 comments on commit 4218cc9

Please sign in to comment.