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

Eric Bélanger eric at nymeria.archlinux.org
Thu Jul 3 15:49:00 UTC 2014


    Date: Thursday, July 3, 2014 @ 17:49:00
  Author: eric
Revision: 216408

upgpkg: linux_logo 5.11-3

Rebuild to add mtree file

Modified:
  linux_logo/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-03 15:47:07 UTC (rev 216407)
+++ PKGBUILD	2014-07-03 15:49:00 UTC (rev 216408)
@@ -3,7 +3,7 @@
 
 pkgname=linux_logo
 pkgver=5.11
-pkgrel=2
+pkgrel=3
 pkgdesc="Text-based logo and system information program"
 arch=('i686' 'x86_64') 
 url="http://www.deater.net/weave/vmwprod/linux_logo"
@@ -13,7 +13,7 @@
 sha1sums=('bd22808f165574cb3bc98c579aa48c0acab65f39')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   find ./logos -type f | sort > logo_config
   ./configure --prefix=/usr
   make
@@ -20,6 +20,6 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make PREFIX="${pkgdir}/usr" install
 }




More information about the arch-commits mailing list