diff options
author | Nathan Harris <nharris@eoimaging.com> | 2010-03-01 22:05:19 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2010-03-01 22:05:19 (GMT) |
commit | b37ac1ad561d5dad1d2edff01895f7411c24bc53 (patch) | |
tree | 272bc5027e70b40066ee1fa98f4a955539e02379 | |
parent | aae7b75b9a49b8e26478bc208f67d8caad94b587 (diff) | |
download | linhes_dev-b37ac1ad561d5dad1d2edff01895f7411c24bc53.zip |
mp: added --skipinteg flag to source package build
-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 82f665d..523b7a3 100755 --- a/build_tools/bin/mp +++ b/build_tools/bin/mp @@ -159,7 +159,7 @@ makepkg --asroot $cmdline || exit 1 echo "---------updating database ----------" update-repo #&& pacman -Sy echo "----------creating source package---------" -makepkg -f --holdver --asroot --source && update-src-pkg +makepkg -f --holdver --asroot --source --skipinteg && update-src-pkg |