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

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed May 29 10:07:06 UTC 2013


    Date: Wednesday, May 29, 2013 @ 12:07:06
  Author: spupykin
Revision: 91909

upgpkg: tomoyo-tools 2.5.0.20130214-3

upd

Modified:
  tomoyo-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-29 10:07:02 UTC (rev 91908)
+++ PKGBUILD	2013-05-29 10:07:06 UTC (rev 91909)
@@ -7,7 +7,7 @@
 _timestamp=20130214
 _file=53357
 pkgver=${_basever}.${_timestamp}
-pkgrel=2
+pkgrel=3
 pkgdesc='TOMOYO Linux userspace tools for Linux kernels >=3.2'
 arch=('i686' 'x86_64')
 url='http://tomoyo.sourceforge.jp'
@@ -21,10 +21,10 @@
 
 build() {
   cd "${srcdir}/${pkgname}"
-  make
+  make USRSBINDIR=/usr/bin SBINDIR=/usr/bin
 }
 
 package() {
   cd "${srcdir}/${pkgname}"
-  make INSTALLDIR="${pkgdir}" install
+  make USRSBINDIR=/usr/bin SBINDIR=/usr/bin INSTALLDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list