summaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorNathan Harris <nharris@eoimaging.com>2010-03-01 22:05:19 (GMT)
committerNathan Harris <nharris@eoimaging.com>2010-03-01 22:05:19 (GMT)
commitb37ac1ad561d5dad1d2edff01895f7411c24bc53 (patch)
tree272bc5027e70b40066ee1fa98f4a955539e02379 /build_tools
parentaae7b75b9a49b8e26478bc208f67d8caad94b587 (diff)
downloadlinhes_dev-b37ac1ad561d5dad1d2edff01895f7411c24bc53.zip
mp: added --skipinteg flag to source package build
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/bin/mp2
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