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

Daniel Wallace dwallace at nymeria.archlinux.org
Sun May 12 06:04:31 UTC 2013


    Date: Sunday, May 12, 2013 @ 08:04:31
  Author: dwallace
Revision: 90375

upgpkg: notmuch 0.15.2-1

upgpkg: notmuch 0.15.2-2

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-12 05:57:35 UTC (rev 90374)
+++ PKGBUILD	2013-05-12 06:04:31 UTC (rev 90375)
@@ -29,7 +29,6 @@
 
     cd bindings/ruby
     ruby extconf.rb
-    make
 
     cp -dpr --no-preserve=ownership "$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
 
@@ -50,7 +49,7 @@
     cd "$srcdir/${pkgname}-$pkgver"
     make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 install
 
-    install -Dm644 notmuch "$pkgdir/usr/sbin/notmuch"
+    install -Dm644 notmuch "$pkgdir/usr/bin/notmuch"
 
     mkdir -p "$pkgdir"/usr/share/vim/vimfiles/{plugin,syntax}
 
@@ -84,7 +83,7 @@
     # Install ruby bindings
     cd "$srcdir/${pkgname}-${pkgver}/bindings/ruby"
     sed -i -e 's,/site_ruby,,g' Makefile
-    make DESTDIR="$pkgdir" includedir=/usr/include install
+    make exec_prefix=$pkgdir/usr prefix=/usr install
 
 }
 




More information about the arch-commits mailing list