commit: cbbabe2e958fc528dc342680e6cc4fd62961661a Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed Mar 6 21:09:01 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed Mar 6 21:09:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbbabe2e
dev-tcltk/itk: fix install Closes: https://bugs.gentoo.org/926110 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-tcltk/itk/files/itk-4.2.3-install.patch | 2 +- dev-tcltk/itk/{itk-4.2.3.ebuild => itk-4.2.3-r1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tcltk/itk/files/itk-4.2.3-install.patch b/dev-tcltk/itk/files/itk-4.2.3-install.patch index 1adc7574ba41..63e673bf1c30 100644 --- a/dev-tcltk/itk/files/itk-4.2.3-install.patch +++ b/dev-tcltk/itk/files/itk-4.2.3-install.patch @@ -5,7 +5,7 @@ # Configure the installer. - INSTALL='$(SHELL) $(srcdir)/tclconfig/install-sh -c' -+ INSTALL='$(SHELL) install -c' ++ INSTALL='install -c' INSTALL_DATA_DIR='${INSTALL} -d -m 755' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL} -m 755' diff --git a/dev-tcltk/itk/itk-4.2.3.ebuild b/dev-tcltk/itk/itk-4.2.3-r1.ebuild similarity index 100% rename from dev-tcltk/itk/itk-4.2.3.ebuild rename to dev-tcltk/itk/itk-4.2.3-r1.ebuild
