diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-19 00:09:29 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-19 00:09:29 (GMT) |
commit | bc30ed4d8bcde9d369bb5d84e831016ed7fd52ae (patch) | |
tree | 73310d2bd785786a3f5aa8d2004149a7dc5bf135 | |
parent | d51c4c3de80ecebedd5bae3340c6209f1ac19f01 (diff) | |
parent | a6b06fe497431eaaff7214f5869f08a96a41b282 (diff) | |
download | linhes_dev-bc30ed4d8bcde9d369bb5d84e831016ed7fd52ae.zip |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-dev
-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..884fece 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 --holdver --asroot --source && update-src-pkg |