From 16d73318e1736257f9a0f0bb6c2c8e14ba579c34 Mon Sep 17 00:00:00 2001 From: Joerg Koenig Date: Wed, 8 Nov 2017 12:39:20 +0100 Subject: install-info is installed in /sbin on CentOS 5 and not in Users PATH Change-Id: I1a547fe56baffaa44c4ebc94361880def863cc19 --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 960769d..28056f9 100644 --- a/Makefile +++ b/Makefile @@ -74,9 +74,11 @@ mktools: uninsttools: cd $(CWD)/unpacked/sed-* && \ - make uninstall + export PATH=$(PATH):/sbin && \ + make uninstall cd $(CWD)/unpacked/bison-* && \ - make uninstall + export PATH=$(PATH):/sbin && \ + make uninstall binutils: rm -Rf $(BUILDDIR)/binutils -- cgit v0.12