From: joey Date: Thu, 25 Jan 2001 21:31:56 +0000 (+0000) Subject: r411: or use fakeroot X-Git-Tag: version_2.0.101~188 X-Git-Url: https://git.donarmstrong.com/?p=debhelper.git;a=commitdiff_plain;h=454aea6d19ef8a973b6467c594691be4ba937b1c r411: or use fakeroot --- diff --git a/dh_testroot b/dh_testroot index b76a1e5..0d1e2bd 100755 --- a/dh_testroot +++ b/dh_testroot @@ -5,5 +5,5 @@ use Debian::Debhelper::Dh_Lib; if ($< != 0) { - error("You must run this as root."); + error("You must run this as root (or use fakeroot)."); }