mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-03-04 04:35:00 +08:00
Makefile: Ignore ubuntu initramfs uninstall fail
this stops the Makefile with an error, if it can not find `initramfs/ubuntu/setup` (which it wont in case of a non-Ubuntu distro.) Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
2
Makefile
2
Makefile
@@ -86,7 +86,7 @@ uninstall:
|
||||
@rm -f "$(DESTDIR)/etc/conf.d/grub-btrfsd;"
|
||||
@rm -f "$(LIB_DIR)/initcpio/install/grub-btrfs-overlayfs"
|
||||
@rm -f "$(LIB_DIR)/initcpio/hooks/grub-btrfs-overlayfs"
|
||||
@initramfs/ubuntu/setup uninstall
|
||||
@initramfs/ubuntu/setup uninstall || true
|
||||
@rm -f "$(MAN_DIR)/man8/grub-btrfs.8.bz2"
|
||||
@rm -f "$(MAN_DIR)/man8/grub-btrfsd.8.bz2"
|
||||
@# Arch Linux UNlike distros only :
|
||||
|
||||
Reference in New Issue
Block a user