From: Stefan Bund Date: Fri, 22 Jan 2010 23:31:36 +0000 (+0100) Subject: Add missing sudo to debdepends target X-Git-Url: http://g0dil.de/git?p=zope-bootstrap.git;a=commitdiff_plain;h=aebb99ccb62d7a8538b1b2ae162e89b40670d534 Add missing sudo to debdepends target --- diff --git a/Makefile.master b/Makefile.master index 40ec206..1a2c0a6 100644 --- a/Makefile.master +++ b/Makefile.master @@ -18,7 +18,7 @@ PASTER = $(BASEDIR)/$(PYTHON_DIR)/bin/paster default: update-nonet debdepends: - aptitude install build-essential zlibc + sudo aptitude install build-essential zlibc .PHONY: python-unpack python-build python setuptools eggs pil-unpack pil-build pil buildout \ bootstrap update update-nonet shell init otherinit