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

Daniel Micay thestinger at nymeria.archlinux.org
Sun May 12 05:29:28 UTC 2013


    Date: Sunday, May 12, 2013 @ 07:29:27
  Author: thestinger
Revision: 90370

lxc: fix indentation (was mixed tabs/spaces)

Modified:
  lxc/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-12 05:07:06 UTC (rev 90369)
+++ PKGBUILD	2013-05-12 05:29:27 UTC (rev 90370)
@@ -20,13 +20,13 @@
 build() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"
   ./configure \
-	--prefix=/usr \
-	--localstatedir=/var \
-	--libexecdir=/usr/bin \
-	--sysconfdir=/etc \
-	--disable-apparmor \
-	--disable-doc \
-        --enable-seccomp
+    --prefix=/usr \
+    --localstatedir=/var \
+    --libexecdir=/usr/bin \
+    --sysconfdir=/etc \
+    --disable-apparmor \
+    --disable-doc \
+    --enable-seccomp
   make
 }
 




More information about the arch-commits mailing list