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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Feb 19 05:07:14 UTC 2013


    Date: Tuesday, February 19, 2013 @ 06:07:14
  Author: svenstaro
Revision: 84459

Cleanup

Modified:
  vdrift/trunk/PKGBUILD

----------+
 PKGBUILD |    8 --------
 1 file changed, 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-19 05:06:55 UTC (rev 84458)
+++ PKGBUILD	2013-02-19 05:07:14 UTC (rev 84459)
@@ -22,19 +22,11 @@
 build() {
   cd VDrift
 
-  # select arch
-  if [ `uname -m` = "x86_64" ]; then
-    _sconsarch="a64"
-  else
-    _sconsarch="686"
-  fi
-
   patch -Np0 < "$srcdir"/vdrift-2012-07-22c_bullet281_patch.diff
 
   # build and install
   scons $MAKEFLAGS \
     "destdir"="$pkgdir" \
-    "arch"=$_sconsarch \
     "release"=1 \
     "force_feedback"=1 \
     "prefix"=/usr \




More information about the arch-commits mailing list