fixed APKBUILD file

This commit is contained in:
2018-02-11 19:19:46 +01:00
parent 41c3cf09e1
commit 29f954adfd

View File

@@ -12,12 +12,14 @@ makedepends=""
install="acf-openpdu.post-install" install="acf-openpdu.post-install"
subpackages="" subpackages=""
source="" source=""
options="!check"
build() {
:
}
package() { package() {
mkdir -p "$pkgdir" mkdir -p "$pkgdir"
}
package() {
# make DESTDIR=$pkgdir install || return 1 # make DESTDIR=$pkgdir install || return 1
install -Dm644 etc/openpdu/openpdu.conf "$pkgdir"/etc/openpdu/openpdu.conf install -Dm644 etc/openpdu/openpdu.conf "$pkgdir"/etc/openpdu/openpdu.conf
install -Dm755 etc/local.d/openpdu.start "$pkgdir"/etc/local.d/openpdu.start install -Dm755 etc/local.d/openpdu.start "$pkgdir"/etc/local.d/openpdu.start