Date: Saturday, January 25, 2014 @ 20:51:41
  Author: thomas
Revision: 204714

Don't try to write to $startdir

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-01-25 19:34:57 UTC (rev 204713)
+++ PKGBUILD    2014-01-25 19:51:41 UTC (rev 204714)
@@ -108,13 +108,6 @@
 
   # rewrite configuration
   yes "" | make config >/dev/null
-
-  # save configuration for later reuse
-  if [ "${CARCH}" = "x86_64" ]; then
-    cat .config > "${startdir}/config.x86_64.last"
-  else
-    cat .config > "${startdir}/config.last"
-  fi
 }
 
 build() {

Reply via email to