From 1988068dad89ff43624217de2513f5e318467b77 Mon Sep 17 00:00:00 2001 From: "martin@piware.de" <> Date: Mon, 4 May 2009 10:55:03 +0200 Subject: [PATCH] makechroot: do not install devscripts, too much noise --- makechroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2