From: martin@piware.de <> Date: Mon, 4 May 2009 08:55:03 +0000 (+0200) Subject: makechroot: do not install devscripts, too much noise X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=1988068dad89ff43624217de2513f5e318467b77 makechroot: do not install devscripts, too much noise --- diff --git a/makechroot b/makechroot index 2add2b9..55dfa41 100755 --- a/makechroot +++ b/makechroot @@ -59,5 +59,5 @@ EOF chroot $DIR apt-get update # common packages for development -chroot $DIR apt-get install -y build-essential devscripts fakeroot +chroot $DIR apt-get install -y build-essential fakeroot