diff options
-rw-r--r-- | hardinfo2/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |