summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-03-06 22:09:01 +0100
committerAlfredo Tupone <tupone@gentoo.org>2024-03-06 22:09:47 +0100
commitcbbabe2e958fc528dc342680e6cc4fd62961661a (patch)
treeb6ae43695947fd4c8aaeefa477866ebb37785793 /dev-tcltk
parentdev-lang/go: sync live, typo fix for 1.22.1 (diff)
downloadgentoo-cbbabe2e958fc528dc342680e6cc4fd62961661a.tar.gz
gentoo-cbbabe2e958fc528dc342680e6cc4fd62961661a.tar.bz2
gentoo-cbbabe2e958fc528dc342680e6cc4fd62961661a.zip
dev-tcltk/itk: fix install
Closes: https://bugs.gentoo.org/926110 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/itk/files/itk-4.2.3-install.patch2
-rw-r--r--dev-tcltk/itk/itk-4.2.3-r1.ebuild (renamed from dev-tcltk/itk/itk-4.2.3.ebuild)0
2 files changed, 1 insertions, 1 deletions
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
index cd62e1a40f6f..cd62e1a40f6f 100644
--- a/dev-tcltk/itk/itk-4.2.3.ebuild
+++ b/dev-tcltk/itk/itk-4.2.3-r1.ebuild