[arch-commits] Commit in linux-tools/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sun Dec 10 10:47:30 UTC 2017
Date: Sunday, December 10, 2017 @ 10:47:29
Author: seblu
Revision: 273570
upgpkg: linux-tools 4.14-1
Modified:
linux-tools/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-10 10:37:46 UTC (rev 273569)
+++ PKGBUILD 2017-12-10 10:47:29 UTC (rev 273570)
@@ -122,7 +122,7 @@
msg2 'hv'
pushd linux/tools/hv
- make
+ CFLAGS+=' -DKVP_SCRIPTS_PATH=/usr/lib/hyperv/kvp_scripts/' make
popd
}
@@ -259,6 +259,7 @@
for _p in hv_fcopy_daemon hv_kvp_daemon hv_vss_daemon; do
install -Dm755 "$_p" "$pkgdir/usr/bin/$_p"
done
+ install -dm755 "$pkgdir/usr/lib/hyperv/kvp_scripts"
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list