projects
/
debhelper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8da1a39
)
r411: or use fakeroot
author
joey
<joey>
Thu, 25 Jan 2001 21:31:56 +0000
(21:31 +0000)
committer
joey
<joey>
Thu, 25 Jan 2001 21:31:56 +0000
(21:31 +0000)
dh_testroot
patch
|
blob
|
history
diff --git
a/dh_testroot
b/dh_testroot
index b76a1e595678268e6914c0bc389be4b0d6e6d83c..0d1e2bda2fffdc812fb274d7e325a4ff8b3f5be3 100755
(executable)
--- 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)
.");
}