From 86f4ea067e9667d577a6c4af7f8ac355494eb28e Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Sun, 21 Jan 2007 15:48:58 +0100 Subject: fix INSTALL_PROGRAM vs. INSTALL_SCRIPT --- extras/volume_id/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/volume_id/lib') diff --git a/extras/volume_id/lib/Makefile b/extras/volume_id/lib/Makefile index 1bf7de4aeb..a3e947ceac 100644 --- a/extras/volume_id/lib/Makefile +++ b/extras/volume_id/lib/Makefile @@ -8,7 +8,7 @@ includedir = ${prefix}/usr/include libdir = ${prefix}/lib usrlibdir = ${prefix}/usr/lib -INSTALL = /usr/bin/install -c +INSTALL = install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_LIB = ${INSTALL} -m 755 -- cgit v1.2.3-54-g00ecf