Index: trunk/psconfig/psbuild
===================================================================
--- trunk/psconfig/psbuild	(revision 28067)
+++ trunk/psconfig/psbuild	(revision 28383)
@@ -81,5 +81,5 @@
         $developer = 1;
         $optimize = 1;
-	$magic = 1;
+        $magic = 1;
         shift; next;
     }
@@ -183,14 +183,14 @@
     # the operations system needs to first update the magic software
     if ($magic) {
-	$homedir = `pwd`; chomp $homedir;
-	chdir "../magic";
-
-	if (! -d magic || ! -d ssa-core-cpp || ! -d qt-everywhere-opensource-src-4.6.1) {
-	    $status = vsystem ("make update");
-	    if ($status) { die "failed to untar magic directories"; }
-	} else {
-	    print "magic directories exist; run make update manually if needed\n";
-	}
-	chdir $homedir;
+        $homedir = `pwd`; chomp $homedir;
+        chdir "../magic";
+
+        if (! -d "magic" || ! -d "ssa-core-cpp") {
+            $status = vsystem ("make update");
+            if ($status) { die "failed to untar magic directories"; }
+        } else {
+            print "magic directories exist; run make update manually if needed\n";
+        }
+        chdir $homedir;
     }
 
