[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 3/8] raisin: Use fakeroot for mkdeb so we can build the package as non-root
Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> --- CC: Stefano Stabellini <stefano.stabellini@xxxxxxxxxx> --- lib/common-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common-functions.sh b/lib/common-functions.sh index 06c894a..373d6fb 100644 --- a/lib/common-functions.sh +++ b/lib/common-functions.sh @@ -242,7 +242,7 @@ function for_each_component () { function build_package() { if [[ $DISTRO = "Debian" ]] then - ./scripts/mkdeb "$1" + fakeroot bash ./scripts/mkdeb "$1" elif [[ $DISTRO = "Fedora" ]] then ./scripts/mkrpm "$1" -- 1.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |