diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-03-22 12:51:29 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-03-22 12:51:29 +0100 |
commit | 97f3eb696fa21aca9363a610ba6657a75d29fccc (patch) | |
tree | 830a8db913feecd89140de0c6e39960e0041ef6a /community/gitea | |
parent | 07f06bf01bae9113c5fee658884f49cefcec3838 (diff) | |
download | aports-97f3eb696fa21aca9363a610ba6657a75d29fccc.tar.bz2 aports-97f3eb696fa21aca9363a610ba6657a75d29fccc.tar.xz |
community/gitea: confd was removed
Diffstat (limited to 'community/gitea')
-rw-r--r-- | community/gitea/APKBUILD | 2 |
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() { |