aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/gitea/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD
index 8ec9a96d4b..57ca6ae48d 100644
--- a/community/gitea/APKBUILD
+++ b/community/gitea/APKBUILD
@@ -69,8 +69,6 @@ package() {
install -D -m755 "$srcdir"/$pkgname.initd \
"$pkgdir"/etc/init.d/$pkgname || return 1
- install -D -m644 "$srcdir"/$pkgname.confd \
- "$pkgdir"/etc/conf.d/$pkgname || return 1
}
check() {