summaryrefslogtreecommitdiff
path: root/repo/util/lm-sensors.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/lm-sensors.xibuild')
-rw-r--r--repo/util/lm-sensors.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/util/lm-sensors.xibuild b/repo/util/lm-sensors.xibuild
index 71add17..c301161 100644
--- a/repo/util/lm-sensors.xibuild
+++ b/repo/util/lm-sensors.xibuild
@@ -21,7 +21,7 @@ package () {
BUILD_STATIC_LIB=0 \
MANDIR=/usr/share/man install &&
- install -v -m755 -d /usr/share/doc/lm_sensors-$PKG_VER &&
- cp -rv README INSTALL doc/* \
+ install -m755 -d /usr/share/doc/lm_sensors-$PKG_VER &&
+ cp -r README INSTALL doc/* \
/usr/share/doc/lm_sensors-$PKG_VER
}