summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/Makefile
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2007-01-21 15:48:58 +0100
committerKay Sievers <kay.sievers@vrfy.org>2007-01-21 15:48:58 +0100
commit86f4ea067e9667d577a6c4af7f8ac355494eb28e (patch)
treee974b5eafd5c7a2eb1022bd874005d7e78f9f2c9 /extras/volume_id/lib/Makefile
parent8fdad27d613807a4bfa578e378a4dcae6559399a (diff)
fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
Diffstat (limited to 'extras/volume_id/lib/Makefile')
-rw-r--r--extras/volume_id/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
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