]> git.donarmstrong.com Git - debhelper.git/commitdiff
r411: or use fakeroot
authorjoey <joey>
Thu, 25 Jan 2001 21:31:56 +0000 (21:31 +0000)
committerjoey <joey>
Thu, 25 Jan 2001 21:31:56 +0000 (21:31 +0000)
dh_testroot

index b76a1e595678268e6914c0bc389be4b0d6e6d83c..0d1e2bda2fffdc812fb274d7e325a4ff8b3f5be3 100755 (executable)
@@ -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).");
 }