summaryrefslogtreecommitdiff
path: root/alpine/APKBUILD.in
diff options
context:
space:
mode:
authorChristian Franke <chris@opensourcerouting.org>2019-03-26 18:27:24 +0100
committerChristian Franke <chris@opensourcerouting.org>2019-03-26 18:32:50 +0100
commit727aebd6a324b0bfe7fa8a9fa31eecea99471883 (patch)
tree72b9a348f7d9954dcac35e4ef2cd1ecca3e1f497 /alpine/APKBUILD.in
parentd5737d2baa838cab38983ff3deb576e1420bf434 (diff)
alpine: Move docker-start to Docker build
The standard Alpine package should not install docker glue, so remove it from the APKBUILD and install it in the Dockerfile instead.
Diffstat (limited to 'alpine/APKBUILD.in')
-rw-r--r--alpine/APKBUILD.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/alpine/APKBUILD.in b/alpine/APKBUILD.in
index 969b85f524..75613ae005 100644
--- a/alpine/APKBUILD.in
+++ b/alpine/APKBUILD.in
@@ -60,7 +60,6 @@ package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
- install -Dm755 "$srcdir"/docker-start "$pkgdir"$_sbindir
install -Dm644 "$srcdir"/daemons "$pkgdir"$_sysconfdir
install -d "$pkgdir"/etc/init.d
ln -s ${_sbindir}/frr "$pkgdir"/etc/init.d/frr