diff options
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub-config-redcore/grub-config-redcore-1708-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub-config-redcore/grub-config-redcore-1708-r1.ebuild b/sys-boot/grub-config-redcore/grub-config-redcore-1708-r1.ebuild index 31dfc20f..b40fa95e 100644 --- a/sys-boot/grub-config-redcore/grub-config-redcore-1708-r1.ebuild +++ b/sys-boot/grub-config-redcore/grub-config-redcore-1708-r1.ebuild @@ -25,7 +25,7 @@ src_install() { pkg_preinst() { if [[ -f ""${ROOT}"etc/default/grub" ]]; then - mv ""${ROOT}"etc/default/grub" ""${ROOT}"etc/default/grub.backup" + cp -avx ""${ROOT}"etc/default/grub" ""${ROOT}"etc/default/grub.backup" fi } |