summaryrefslogtreecommitdiffstats
path: root/build_tools/bin/mp
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-17 00:15:23 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-17 00:15:23 (GMT)
commitba892b3822bc240e42a305fc67f57480fa1592fd (patch)
tree6c4dd87eb854899baa88247962c8fd3859eba1c3 /build_tools/bin/mp
parent8e8c1b6029186418852ef29397193ceb5f8eb4ca (diff)
downloadlinhes_dev-ba892b3822bc240e42a305fc67f57480fa1592fd.zip
remove the --holdver, this can always be passed back in on the cmd line.
Diffstat (limited to 'build_tools/bin/mp')
-rwxr-xr-xbuild_tools/bin/mp4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_tools/bin/mp b/build_tools/bin/mp
index 5a75ca5..65767c2 100755
--- a/build_tools/bin/mp
+++ b/build_tools/bin/mp
@@ -97,11 +97,11 @@ function update-src-pkg {
find_repo
-makepkg --holdver --asroot $@ || exit 1
+makepkg --asroot $@ || exit 1
echo "---------updating database ----------"
update-repo #&& pacman -Sy
echo "----------creating source package---------"
-makepkg -f --holdver --asroot --source && update-src-pkg
+makepkg -f --asroot --source && update-src-pkg