diff options
author | James Meyer <james.meyer@operamail.com> | 2009-02-17 00:15:23 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-02-17 00:15:23 (GMT) |
commit | ba892b3822bc240e42a305fc67f57480fa1592fd (patch) | |
tree | 6c4dd87eb854899baa88247962c8fd3859eba1c3 /build_tools | |
parent | 8e8c1b6029186418852ef29397193ceb5f8eb4ca (diff) | |
download | linhes_dev-ba892b3822bc240e42a305fc67f57480fa1592fd.zip |
remove the --holdver, this can always be passed back in on the cmd line.
Diffstat (limited to 'build_tools')
-rwxr-xr-x | build_tools/bin/mp | 4 |
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 |