diff options
author | Nathan Harris <nharris@eoimaging.com> | 2010-02-23 23:24:00 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2010-02-23 23:24:00 (GMT) |
commit | 5b50bb0e529515f606cafc95464881b7dd010954 (patch) | |
tree | 4631ea7c1e5107174c1c3470ae0e22f804bb4447 /build_tools/bin/mp | |
parent | 0ad8c029bf598e98a9d367708961b5946e917265 (diff) | |
download | linhes_dev-5b50bb0e529515f606cafc95464881b7dd010954.zip |
mp: added --skipinteg to source package build
Diffstat (limited to 'build_tools/bin/mp')
-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..96d10de 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 --skipinteg --source && update-src-pkg |