From: Alfredo Deza Date: Thu, 4 Jun 2015 13:59:52 +0000 (-0400) Subject: use sudo to create the buildir X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F68%2Fhead;p=ceph-build.git use sudo to create the buildir Signed-off-by: Alfredo Deza --- diff --git a/ceph-build/build/setup_pbuilder b/ceph-build/build/setup_pbuilder index 5ac52311..bb3bc30a 100755 --- a/ceph-build/build/setup_pbuilder +++ b/ceph-build/build/setup_pbuilder @@ -15,7 +15,7 @@ fi basedir="/srv/debian-base" # Ensure that the basedir directory exists -mkdir -p "$basedir" +sudo mkdir -p "$basedir" # This used to live in a *file* on /srv/ceph-build as # /srv/ceph-build/update_pbuilder.sh Now it lives here because it doesn't make