summaryrefslogtreecommitdiff
path: root/Dh_Lib.pm
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:06:53 +0000
committerjoey <joey>1999-08-17 05:06:53 +0000
commitcb6d210f988f3378d6197fa358da760bebc134fd (patch)
tree58ff96bff979df1b65428fa6753e02214b2d9e42 /Dh_Lib.pm
parent180110c3cce8624deefc4fd8d7bd60ce05e11a4b (diff)
downloaddebhelper-cb6d210f988f3378d6197fa358da760bebc134fd.tar.gz
r154: Initial Import
Diffstat (limited to 'Dh_Lib.pm')
-rw-r--r--Dh_Lib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dh_Lib.pm b/Dh_Lib.pm
index 61d807af..fb02a5dd 100644
--- a/Dh_Lib.pm
+++ b/Dh_Lib.pm
@@ -60,7 +60,7 @@ sub init {
if ($dh{DOINDEP} || $dh{DOARCH} || $dh{DOSAME}) {
# User specified that all arch (in)dep package be
# built, and there are none of that type.
- error("I have no package to build");
+ error("I have no package to act on");
}
push @{$dh{DOPACKAGES}},@allpackages;
}