File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,11 @@ install:
44
44
@cp manpages/grub-btrfs.8.man ${TEMP_DIR} /grub-btrfs.8
45
45
@if test " $( INSTALL_DOCS) " = true ; then \
46
46
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" ; \
49
48
fi
50
49
@cp manpages/grub-btrfsd.8.man ${TEMP_DIR} /grub-btrfsd.8
51
50
@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" ; \
54
52
fi
55
53
@install -Dm755 -t " $( DESTDIR) /etc/grub.d/" 41_snapshots-btrfs
56
54
@install -Dm644 -t " $( DESTDIR) /etc/default/grub-btrfs/" config
You can’t perform that action at this time.
0 commit comments