From 125149fcf548de09eafd5e57982b42a167e8b8dd Mon Sep 17 00:00:00 2001 From: omni Date: Wed, 13 Dec 2023 23:06:36 +0000 Subject: [PATCH] community/judo: move examples to -doc subpackage pretty sure that's where I intended for them to be --- community/judo/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/judo/APKBUILD b/community/judo/APKBUILD index 79050373c5a..7023d93252f 100644 --- a/community/judo/APKBUILD +++ b/community/judo/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: omni pkgname=judo pkgver=0.6 -pkgrel=0 +pkgrel=1 pkgdesc="Simple orchestration & configuration management" url="https://github.com/rollcat/judo" license="MIT" @@ -27,8 +27,8 @@ check() { package() { install -Dm0755 "$pkgname" -t "$pkgdir"/usr/bin install -Dm0644 license.txt -t "$pkgdir"/usr/share/licenses/"$pkgname" - mkdir -p "$pkgdir"/usr/share/"$pkgname" - cp -r examples "$pkgdir"/usr/share/"$pkgname"/ + mkdir -p "$pkgdir"/usr/share/doc/"$pkgname" + cp -r examples "$pkgdir"/usr/share/doc/"$pkgname"/ } sha512sums="