Fix build files

This commit is contained in:
patvdv
2019-03-27 15:22:58 +01:00
parent 54e9631001
commit 4d9f0cb01c
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ package() {
cd "${srcdir}/${_pkgname}"
install -d -m 755 ${pkgdir}/opt/hc/lib
install -d -m 755 ${pkgdir}/opt/hc/lib/core
install -d -m 755 opt/hc/lib/core/display_zenoss.sh ${pkgdir}/opt/hc/lib/core/display_zenoss.sh
install -D -m 755 opt/hc/lib/core/display_zenoss.sh ${pkgdir}/opt/hc/lib/core/display_zenoss.sh
}