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 4c88e5c..0d9c74a 100644
--- a/share/Makefile.common
+++ b/share/Makefile.common
@@ -133,7 +133,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
 CP_IF_DIFF = sh -c \
   'if cmp -s $$1 $$2; \
    then touch -r $$2 $$1; \
