From b777d2d3c4f54ff0c125898a65ad0446e940f44c Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sat, 4 Apr 2009 13:14:59 -0300 Subject: Remove "-v" from copy in "install" target --- hardinfo2/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hardinfo2') diff --git a/hardinfo2/Makefile.in b/hardinfo2/Makefile.in index 57363ea5..03a9df8b 100644 --- a/hardinfo2/Makefile.in +++ b/hardinfo2/Makefile.in @@ -76,9 +76,9 @@ install: all cp hardinfo ${DESTDIR}/usr/bin/hardinfo - cp -Lvr modules/*.so ${DESTDIR}${LIBDIR}/hardinfo/modules + cp -Lr modules/*.so ${DESTDIR}${LIBDIR}/hardinfo/modules - cp -Lvr pixmaps/* ${DESTDIR}/usr/share/hardinfo/pixmaps + cp -Lr pixmaps/* ${DESTDIR}/usr/share/hardinfo/pixmaps cp benchmark.conf ${DESTDIR}/usr/share/hardinfo cp benchmark.data ${DESTDIR}/usr/share/hardinfo -- cgit v1.2.3