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

Ionut Biru ibiru at archlinux.org
Tue Nov 23 17:21:52 UTC 2010


    Date: Tuesday, November 23, 2010 @ 12:21:51
  Author: ibiru
Revision: 100474

upgpkg: lyx 1.6.7-3
boost 1.45 rebuild

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-23 17:16:37 UTC (rev 100473)
+++ PKGBUILD	2010-11-23 17:21:51 UTC (rev 100474)
@@ -4,7 +4,7 @@
 
 pkgname=lyx
 pkgver=1.6.7
-pkgrel=2
+pkgrel=3
 pkgdesc="An advanced open-source document processor."
 arch=('i686' 'x86_64')
 url="http://www.lyx.org"
@@ -23,15 +23,14 @@
   sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
   ./configure --prefix=/usr \
     --with-frontend=qt4 --without-included-boost
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 
   # install desktop entry
-  install -Dm644 ${srcdir}/lyx.desktop \
-	${pkgdir}/usr/share/applications/lyx.desktop || return 1
+  install -Dm644 ${srcdir}/lyx.desktop ${pkgdir}/usr/share/applications/lyx.desktop
 }




More information about the arch-commits mailing list