Skip to content

Commit

Permalink
Fix install location for common module files
Browse files Browse the repository at this point in the history
  • Loading branch information
zdykstra committed Feb 12, 2022
1 parent 644b0f1 commit 306f36b
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,7 +13,7 @@ EXAMPLES=$(PREFIX)/share/examples/zfsbootmenu
install: core dracut initcpio

core:
./install-tree.sh zfsbootmenu "$(DESTDIR)$(MODDIR)"
./install-tree.sh zfsbootmenu "$(DESTDIR)$(MODDIR)/zfsbootmenu"
install -m 0644 -t "$(DESTDIR)$(CONFDIR)" -D etc/zfsbootmenu/config.yaml
install -m 0755 -t "$(DESTDIR)$(BINDIR)" -D bin/*
install -m 0644 -t "$(DESTDIR)$(MANDIR)/man5" -D man/*.5
Expand Down

0 comments on commit 306f36b

Please sign in to comment.