diff options
Diffstat (limited to 'raspberrypi/APKBUILD')
-rw-r--r-- | raspberrypi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raspberrypi/APKBUILD b/raspberrypi/APKBUILD index dc560f9..a9ea591 100644 --- a/raspberrypi/APKBUILD +++ b/raspberrypi/APKBUILD @@ -12,7 +12,7 @@ depends_dev="linux-headers raspberrypi-static raspberrypi-libs" makedepends="cmake $depends_dev" install="" options="!fhs !check" -subpackages="$pkgname-dev $pkgname-static $pkgname-libs $pkgname-openrc" +subpackages="$pkgname-dev $pkgname-static $pkgname-libs" source="raspberrypi-$pkgver.tar.gz::https://github.com/raspberrypi/userland/archive/$_commitid.tar.gz " |