From 46446c698767f46e13c803b1a3aea956a252ee5f Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Wed, 3 Aug 2011 18:22:35 -0500
Subject: mp.py: remove  link to the source package created by makepkg. This
 was done because git showed them as untracked, and a wildcard to gitignore
 would have blob'd to much.

---
 build_tools/bin/mp.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build_tools/bin/mp.py b/build_tools/bin/mp.py
index 0d7f98d..6339ac1 100755
--- a/build_tools/bin/mp.py
+++ b/build_tools/bin/mp.py
@@ -479,6 +479,10 @@ os.chdir(mydir)
 if os.path.isfile(pkgfile + '.old'):
     os.remove(pkgfile + '.old')
     print "Removed temporary backup file",pkgfile + '.old'
+#remove src.tar.gz so it stops cluttering up git
+if os.path.islink(SRCPKG):
+    os.unlink(SRCPKG)
+
 
 # Remove any old -build and -package log files
 os.chdir(mydir)
-- 
cgit v0.12