summaryrefslogtreecommitdiff
path: root/dh_lib
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:49:27 +0000
committerjoey <joey>1999-08-17 04:49:27 +0000
commit592ce7d8660a0aab5870916d6916894266632488 (patch)
treeabceee7ee12d3e2651ed48a3ad001e987efccae5 /dh_lib
parent8e17695ae11d7baea80c69ff01b7558500cedfd9 (diff)
downloaddebhelper-592ce7d8660a0aab5870916d6916894266632488.tar.gz
r77: Initial Import
Diffstat (limited to 'dh_lib')
-rw-r--r--dh_lib6
1 files changed, 3 insertions, 3 deletions
diff --git a/dh_lib b/dh_lib
index 2e11695f..38f6734c 100644
--- a/dh_lib
+++ b/dh_lib
@@ -53,9 +53,9 @@ tmpdir() {
# Pass this the name of a binary package, and the name of the file wanted
# for the package, and it will return the actual filename to use. For
# example if the package is foo, and the file is somefile, it will look for
-# debian/somefile, and if found return that, otherwise, it will look for
-# debian/foo, and if found, return that. Failing that, it will return
-# nothing.
+# debian/somefile, and if found return that, otherwise, if the package is
+# the main package, it will look for debian/foo, and if found, return that.
+# Failing that, it will return nothing.
pkgfile() {
if [ -e "debian/$1.$2" ]; then
echo "debian/$1.$2"