diff options
author | James Meyer <james.meyer@operamail.com> | 2009-02-18 21:32:15 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-02-18 21:32:15 (GMT) |
commit | a6b0d254888315d90047173414af316741e8ecf7 (patch) | |
tree | 949dd7226db051963618608bdf7e86eb90f03c1c | |
parent | a291902b7818246b5aedaf568b5079081cfd5824 (diff) | |
download | linhes_dev-a6b0d254888315d90047173414af316741e8ecf7.zip |
add back --hold-ver to the src pkg.
-rwxr-xr-x | build_tools/bin/mp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/mp b/build_tools/bin/mp index 65767c2..5cab636 100755 --- a/build_tools/bin/mp +++ b/build_tools/bin/mp @@ -101,7 +101,7 @@ makepkg --asroot $@ || exit 1 echo "---------updating database ----------" update-repo #&& pacman -Sy echo "----------creating source package---------" -makepkg -f --asroot --source && update-src-pkg +makepkg -f --hold-ver --asroot --source && update-src-pkg |