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

Antonio Rojas arojas at archlinux.org
Tue Jun 28 12:31:28 UTC 2016


    Date: Tuesday, June 28, 2016 @ 12:31:28
  Author: arojas
Revision: 270765

Fix typo (FS#49872)

Modified:
  quota-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-28 11:17:10 UTC (rev 270764)
+++ PKGBUILD	2016-06-28 12:31:28 UTC (rev 270765)
@@ -3,7 +3,7 @@
 
 pkgname=quota-tools
 pkgver=4.03
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Tools to manage kernel-level quotas in Linux"
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 
 package() {
   cd quota-$pkgver
-  make DESTDIR="${pkgdir}" sbindir=usr/bin root_sbindir=usr/bin STRIP="" install
+  make DESTDIR="${pkgdir}" sbindir=/usr/bin root_sbindir=/usr/bin STRIP="" install
   install -d "${pkgdir}/usr/share/licenses/${pkgname}"
   head -33 quota.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 



More information about the arch-commits mailing list