diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-02-04 15:29:11 -0600 |
---|---|---|
committer | Jeff Bilyk <jbilyk@gmail.com> | 2011-02-07 20:18:07 +0000 |
commit | 91914d71f160a2d41f76f6f9801e13f1956bc85a (patch) | |
tree | 79b256c7557dfe5b5af297b31de772fe95fa1483 /testing | |
parent | 4cf4686c7fa1e7cde6f44c8f44955217e49aad5d (diff) | |
download | aports-91914d71f160a2d41f76f6f9801e13f1956bc85a.tar.bz2 aports-91914d71f160a2d41f76f6f9801e13f1956bc85a.tar.xz |
testing/lynx: whitespace cleanups
Diffstat (limited to 'testing')
-rw-r--r-- | testing/lynx/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/lynx/APKBUILD b/testing/lynx/APKBUILD index af51ce0f29..1a4e2a435f 100644 --- a/testing/lynx/APKBUILD +++ b/testing/lynx/APKBUILD @@ -26,19 +26,19 @@ prepare() { build() { cd "$_builddir" - ./configure --prefix=/usr --sysconfdir=/etc || return 1 + ./configure --prefix=/usr --sysconfdir=/etc || return 1 make || return 1 } package() { - cd "$_builddir" + cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 } doc() { - cd "$_builddir" - install -Dm644 docs/* "$subpkgdir"/usr/share/doc/$pkgname - mv "$pkgdir"/usr/man/ "$subpkgdir"/usr/share/ + cd "$_builddir" + install -Dm644 docs/* "$subpkgdir"/usr/share/doc/$pkgname + mv "$pkgdir"/usr/man/ "$subpkgdir"/usr/share/ } md5sums="cb936aef812e4e463ab86cbbe14d4db9 lynx2.8.7rel.2.tar.bz2" |