Skip to content

Commit 585268d

Browse files
authored
Merge branch 'Antynea:master' into yabsnap_info_support
2 parents 34b54de + ac45f09 commit 585268d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

+2-4
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,11 @@ install:
4444
@cp manpages/grub-btrfs.8.man ${TEMP_DIR}/grub-btrfs.8
4545
@if test "$(INSTALL_DOCS)" = true; then \
4646
echo "Installing manpages..."; \
47-
bzip2 ${TEMP_DIR}/grub-btrfs.8; \
48-
install -Dm644 -t "${MAN_DIR}/man8" "${TEMP_DIR}/grub-btrfs.8.bz2"; \
47+
install -Dm644 -t "${MAN_DIR}/man8" "${TEMP_DIR}/grub-btrfs.8"; \
4948
fi
5049
@cp manpages/grub-btrfsd.8.man ${TEMP_DIR}/grub-btrfsd.8
5150
@if test "$(INSTALL_DOCS)" = true; then \
52-
bzip2 ${TEMP_DIR}/grub-btrfsd.8; \
53-
install -Dm644 -t "${MAN_DIR}/man8" "${TEMP_DIR}/grub-btrfsd.8.bz2"; \
51+
install -Dm644 -t "${MAN_DIR}/man8" "${TEMP_DIR}/grub-btrfsd.8"; \
5452
fi
5553
@install -Dm755 -t "$(DESTDIR)/etc/grub.d/" 41_snapshots-btrfs
5654
@install -Dm644 -t "$(DESTDIR)/etc/default/grub-btrfs/" config

0 commit comments

Comments
 (0)