[arch-commits] Commit in most/trunk (PKGBUILD)

Stéphane Gaudreault stephane at nymeria.archlinux.org
Tue Jan 29 13:46:09 UTC 2013


    Date: Tuesday, January 29, 2013 @ 14:46:09
  Author: stephane
Revision: 176310

upgpkg: most 5.0.0a-5

rebuild of old pkg

Modified:
  most/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-29 13:45:52 UTC (rev 176309)
+++ PKGBUILD	2013-01-29 13:46:09 UTC (rev 176310)
@@ -5,7 +5,7 @@
 
 pkgname=most
 pkgver=5.0.0a
-pkgrel=4
+pkgrel=5
 pkgdesc="A terminal pager similar to 'more' and 'less'"
 arch=('i686' 'x86_64')
 depends=('slang')
@@ -28,5 +28,5 @@
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=$pkgdir install
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list