diff options
author | joey <joey> | 1999-08-17 05:06:53 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:06:53 +0000 |
commit | cb6d210f988f3378d6197fa358da760bebc134fd (patch) | |
tree | 58ff96bff979df1b65428fa6753e02214b2d9e42 /Dh_Lib.pm | |
parent | 180110c3cce8624deefc4fd8d7bd60ce05e11a4b (diff) | |
download | debhelper-cb6d210f988f3378d6197fa358da760bebc134fd.tar.gz |
r154: Initial Import
Diffstat (limited to 'Dh_Lib.pm')
-rw-r--r-- | Dh_Lib.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |