summaryrefslogtreecommitdiff
path: root/extra/most
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-01-30 10:59:28 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-01-30 10:59:28 +0100
commit56597deb3729c0071589878712e1bb4783009d05 (patch)
treec435839df0a778eaa3079148216564599b1848c6 /extra/most
parent43b83057ab3fa185f7afae30c7731a68073d58af (diff)
parentc25b7aa323ab71b1a524d15dbbe942dbebd55761 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/chmsee/PKGBUILD community/mednafen/PKGBUILD core/reiserfsprogs/PKGBUILD extra/libmowgli/PKGBUILD
Diffstat (limited to 'extra/most')
-rw-r--r--extra/most/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/most/PKGBUILD b/extra/most/PKGBUILD
index 5eeb3031d..dbc57f6fe 100644
--- a/extra/most/PKGBUILD
+++ b/extra/most/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 144477 2011-12-06 14:33:19Z stephane $
+# $Id: PKGBUILD 176312 2013-01-29 13:46:57Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: juergen <juergen@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=most
pkgver=5.0.0a
-pkgrel=4
+pkgrel=5
pkgdesc="A terminal pager similar to 'more' and 'less'"
arch=('i686' 'x86_64' 'mips64el')
depends=('slang')
@@ -28,5 +28,5 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR=$pkgdir install
+ make DESTDIR="${pkgdir}" install
}