logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://anongit.hacktivis.me/git/etc_portage.git/
commit: 6678338f2cecc7dbd28fc3feba2473ef5a703819
parent ea1818b946e3fa5c2bbf5d804ccce812e1652442
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 20 Dec 2024 17:18:04 +0100

add: patches/sys-kernel/gentoo-sources/linux-6.6.30-gentoo_subcmd_install_flag_order.patch

Diffstat:

Apatches/sys-kernel/gentoo-sources/linux-6.6.30-gentoo_subcmd_install_flag_order.patch13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/patches/sys-kernel/gentoo-sources/linux-6.6.30-gentoo_subcmd_install_flag_order.patch b/patches/sys-kernel/gentoo-sources/linux-6.6.30-gentoo_subcmd_install_flag_order.patch @@ -0,0 +1,13 @@ +diff --git a/tools/lib/subcmd/Makefile.old b/tools/lib/subcmd/Makefile +index b872132..138bfdf 100644 +--- a/tools/lib/subcmd/Makefile.old ++++ b/tools/lib/subcmd/Makefile +@@ -92,7 +92,7 @@ define do_install + if [ ! -d '$2' ]; then \ + $(INSTALL) -d -m 755 '$2'; \ + fi; \ +- $(INSTALL) $1 $(if $3,-m $3,) '$2' ++ $(INSTALL) $(if $3,-m $3,) $1 '$2' + endef + + install_lib: $(LIBFILE)