From 3e2ef8eda06ea06801ad0bddd7ebd2e84f8c9d48 Mon Sep 17 00:00:00 2001 From: Bernd Eckenfels Date: Wed, 14 Jul 1999 17:40:49 +0000 Subject: [PATCH] changed /usr/bin/install to install (thanks Stanislav Brabec) --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index 9b13a58..89b201f 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,4 +1,4 @@ -INSTALL= /usr/bin/install -c +INSTALL=install -c INSTALL_PROGRAM= ${INSTALL} INSTALL_DATA= ${INSTALL} -m 644 INSTALLNLSDIR=${BASEDIR}/usr/share/locale -- 2.7.4