From: Mehdi Dogguy <mehdi@debian.org>
Date: Mon, 2 Jan 2012 17:28:56 +0100
Subject: Use /bin/cp instead of /usr/bin/install

---
 share/Makefile.common |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/Makefile.common b/share/Makefile.common
index 8580d75..f4cc748 100644
--- a/share/Makefile.common
+++ b/share/Makefile.common
@@ -138,7 +138,7 @@ CHMOD_RW= sh -c \
 'for f in "$$@"; do \
   if test -e $$f; then chmod u+w $$f; fi \
 done' chmod_rw
-CP      = install
+CP      = cp
 #follow symbolic link
 CP_L    = cp -fL
 ECHO	= echo
-- 
