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=3b319218e2c96d08a6bd7b358cd7e4d3e3d3bfa7;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 5ac523118..bb3bc30a8 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