fix another typo
authorSam Hartman <hartmans@painless-security.com>
Mon, 10 Feb 2014 14:41:34 +0000 (09:41 -0500)
committerSam Hartman <hartmans@painless-security.com>
Mon, 10 Feb 2014 14:41:34 +0000 (09:41 -0500)
rpm-builder

index 3f37b69..bfcfa54 100755 (executable)
@@ -101,7 +101,7 @@ os.umask(022)
 try:
     run_cmd([ 'rm', '-rf',
               os.path.expanduser("~/rpmbuild")])
-    rum_cmd([ 'rpmdev-setuptree'])
+    run_cmd([ 'rpmdev-setuptree'])
     with current_directory(dist_dir):
         tarballs.sort (key = lambda x: package_order[trim_tarball(x)])
         for t in tarballs: