diff options
-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" |