diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-03-06 22:09:01 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-03-06 22:09:47 +0100 |
commit | cbbabe2e958fc528dc342680e6cc4fd62961661a (patch) | |
tree | b6ae43695947fd4c8aaeefa477866ebb37785793 /dev-tcltk/itk | |
parent | dev-lang/go: sync live, typo fix for 1.22.1 (diff) | |
download | gentoo-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/itk')
-rw-r--r-- | dev-tcltk/itk/files/itk-4.2.3-install.patch | 2 | ||||
-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 |