aboutsummaryrefslogtreecommitdiffstats
path: root/community/secpwgen
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-07-24 18:36:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-24 18:38:11 +0000
commit871abec1971f18f4247524ab9651f782e732a84e (patch)
tree1b87fde45f6506c4bb7c407e102dd2f7bdfd6865 /community/secpwgen
parent60e1c551001e2826a3ac37c9281e50488974e26e (diff)
downloadaports-871abec1971f18f4247524ab9651f782e732a84e.tar.bz2
aports-871abec1971f18f4247524ab9651f782e732a84e.tar.xz
community/secpwgen: fix quotation typo
Diffstat (limited to 'community/secpwgen')
-rw-r--r--community/secpwgen/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/secpwgen/APKBUILD b/community/secpwgen/APKBUILD
index 74330b34ed..4d10ee2b96 100644
--- a/community/secpwgen/APKBUILD
+++ b/community/secpwgen/APKBUILD
@@ -25,7 +25,7 @@ package() {
cd "$builddir"
mkdir -p "$pkgdir"/usr/bin \
- $pkgdir"/usr/share/man/man1
+ "$pkgdir"/usr/share/man/man1
install -m 755 secpwgen "$pkgdir"/usr/bin
install -m 644 secpwgen.1 "$pkgdir"/usr/share/man/man1