diff options
author | joey <joey> | 1999-08-17 04:39:26 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:39:26 +0000 |
commit | 30b820a975dfc42f401a395a406f0b9f1f717fcc (patch) | |
tree | 4a43ae298310a54db60b064e63d6a8642be715e2 /dh_installdebfiles | |
parent | 918dbc752efd1d35a3ef667524062d4a0dcd3e3e (diff) | |
download | debhelper-30b820a975dfc42f401a395a406f0b9f1f717fcc.tar.gz |
r39: Initial Import
Diffstat (limited to 'dh_installdebfiles')
-rwxr-xr-x | dh_installdebfiles | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_installdebfiles b/dh_installdebfiles index 8b1e0962..6afdf548 100755 --- a/dh_installdebfiles +++ b/dh_installdebfiles @@ -1,11 +1,11 @@ #!/bin/sh -e # -# This program is depricated, but left in the package for backwards +# This program is deprecated, but left in the package for backwards # compatability. It simply calls the 3 programs that replaced it. PATH=debian:$PATH:/usr/lib/debhelper -echo "* Note: dh_installdebfiles is depricated." >&2 +echo "* Note: dh_installdebfiles is deprecated." >&2 dh_installdeb $* dh_shlibdeps $* |