summaryrefslogtreecommitdiff
path: root/dh_testroot
diff options
context:
space:
mode:
authorjoey <joey>2001-01-25 21:31:56 +0000
committerjoey <joey>2001-01-25 21:31:56 +0000
commit454aea6d19ef8a973b6467c594691be4ba937b1c (patch)
tree876c8321fb5de738d430c0b08e06b3e4d0d0f1bd /dh_testroot
parent8da1a397c64f933ae536be136aaab99f6105ab71 (diff)
r411: or use fakeroot
Diffstat (limited to 'dh_testroot')
-rwxr-xr-xdh_testroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_testroot b/dh_testroot
index b76a1e59..0d1e2bda 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).");
}