diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2018-09-23 10:27:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-26 18:46:01 +0000 |
commit | fee35cfaa711615fd07668714554928935232f07 (patch) | |
tree | b572243402baacc6af1989e034c96b46d474f6da /community/buildbot | |
parent | 333fb005b7fe7c9ee6b5bd982666460c4d39393f (diff) | |
download | aports-fee35cfaa711615fd07668714554928935232f07.tar.bz2 aports-fee35cfaa711615fd07668714554928935232f07.tar.xz |
community/buildbot: add openrc subpkg
Diffstat (limited to 'community/buildbot')
-rw-r--r-- | community/buildbot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/buildbot/APKBUILD b/community/buildbot/APKBUILD index d75441b504..824f098c17 100644 --- a/community/buildbot/APKBUILD +++ b/community/buildbot/APKBUILD @@ -17,7 +17,7 @@ BUILDBOT_USER=buildbot BUILDBOT_GROUP=buildbot pkgusers="$BUILDBOT_USER" pkggroups="$BUILDBOT_GROUP" -subpackages="" +subpackages="$pkgname-openrc" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-${pkgver/_/}.tar.gz buildmaster.initd buildmaster.confd" |