diff options
Diffstat (limited to 'testing/openvcp')
-rw-r--r-- | testing/openvcp/APKBUILD | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/openvcp/APKBUILD b/testing/openvcp/APKBUILD index bee3a90c3c..1f3a6ab125 100644 --- a/testing/openvcp/APKBUILD +++ b/testing/openvcp/APKBUILD @@ -28,7 +28,10 @@ prepare() { esac done } +<<<<<<< HEAD +======= +>>>>>>> 32c855584083dff4152ac2314ef0838b7019f2e6 build() { cd "$_builddir" ./configure --prefix=/usr \ @@ -36,7 +39,10 @@ build() { --with-gnutls make || return 1 } +<<<<<<< HEAD +======= +>>>>>>> 32c855584083dff4152ac2314ef0838b7019f2e6 package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 @@ -44,4 +50,8 @@ package() { } md5sums="9c65d706133ea48553c90236997f1b8b openvcpd-0.5rc3.tar.gz +<<<<<<< HEAD db8efb9c086673fd2e3e2532294c7a2f openvcp.initd" +======= +08cef22e3abc5824133733e17aa4e607 openvcp.initd" +>>>>>>> 32c855584083dff4152ac2314ef0838b7019f2e6 |