diff options
Diffstat (limited to 'community/makepasswd')
-rw-r--r-- | community/makepasswd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/makepasswd/APKBUILD b/community/makepasswd/APKBUILD index 41d554a025..27c423e393 100644 --- a/community/makepasswd/APKBUILD +++ b/community/makepasswd/APKBUILD @@ -18,7 +18,7 @@ builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" make || return 1 - pushd doc + cd doc make || return 1 } |