aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2017-03-22 12:51:29 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2017-03-22 12:51:29 +0100
commit97f3eb696fa21aca9363a610ba6657a75d29fccc (patch)
tree830a8db913feecd89140de0c6e39960e0041ef6a /community
parent07f06bf01bae9113c5fee658884f49cefcec3838 (diff)
downloadaports-97f3eb696fa21aca9363a610ba6657a75d29fccc.tar.bz2
aports-97f3eb696fa21aca9363a610ba6657a75d29fccc.tar.xz
community/gitea: confd was removed
Diffstat (limited to 'community')
-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() {