aboutsummaryrefslogtreecommitdiffstats
path: root/community/chezmoi
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-12-06 21:51:55 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-12-06 21:51:55 +0000
commit3a9f5a6ef2ffe876375a38e8acfc2e23fe48a5a6 (patch)
treeb74d82ef8693315e93759228ccb470cf73c2a8e5 /community/chezmoi
parent87e52be140741344ea24ae0e70f9a221330de2da (diff)
downloadaports-3a9f5a6ef2ffe876375a38e8acfc2e23fe48a5a6.tar.bz2
aports-3a9f5a6ef2ffe876375a38e8acfc2e23fe48a5a6.tar.xz
community/chezmoi: remove left-over debug statement
Diffstat (limited to 'community/chezmoi')
-rw-r--r--community/chezmoi/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/community/chezmoi/APKBUILD b/community/chezmoi/APKBUILD
index bd98a57aab..b4e1937665 100644
--- a/community/chezmoi/APKBUILD
+++ b/community/chezmoi/APKBUILD
@@ -38,7 +38,6 @@ package() {
doc() {
default_doc
mkdir -p "$subpkgdir/usr/share/doc/chezmoi"
- ls -l "$builddir"/docs
cp "$builddir/docs/"* "$subpkgdir/usr/share/doc/chezmoi"
}