Skip to content

Commit 306f36b

Browse files
committed
Fix install location for common module files
1 parent 644b0f1 commit 306f36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ EXAMPLES=$(PREFIX)/share/examples/zfsbootmenu
1313
install: core dracut initcpio
1414

1515
core:
16-
./install-tree.sh zfsbootmenu "$(DESTDIR)$(MODDIR)"
16+
./install-tree.sh zfsbootmenu "$(DESTDIR)$(MODDIR)/zfsbootmenu"
1717
install -m 0644 -t "$(DESTDIR)$(CONFDIR)" -D etc/zfsbootmenu/config.yaml
1818
install -m 0755 -t "$(DESTDIR)$(BINDIR)" -D bin/*
1919
install -m 0644 -t "$(DESTDIR)$(MANDIR)/man5" -D man/*.5

0 commit comments

Comments
 (0)