diff options
author | Nathan Harris <nharris@eoimaging.com> | 2010-02-23 23:33:40 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2010-02-23 23:33:40 (GMT) |
commit | aae7b75b9a49b8e26478bc208f67d8caad94b587 (patch) | |
tree | 8a23dbb3dec80bb19ad244e02c17572de2ee9d94 /build_tools/bin | |
parent | 5b50bb0e529515f606cafc95464881b7dd010954 (diff) | |
parent | 4dd64d6af4562b5b9b810be9f820fbb121c2d986 (diff) | |
download | linhes_dev-aae7b75b9a49b8e26478bc208f67d8caad94b587.zip |
Revert "mp: added --skipinteg to source package build"
This reverts commit 7b37bc45fe2391af2d0d4b1ac41da91978052b7d.
Diffstat (limited to 'build_tools/bin')
-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 96d10de..82f665d 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 --skipinteg --source && update-src-pkg +makepkg -f --holdver --asroot --source && update-src-pkg |