diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-04 10:05:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-04 10:05:06 +0000 |
commit | d964da3bd52c6faa532107bcd27b69938bc9d620 (patch) | |
tree | 21f4a3d56311702ada71770a907576322d7b8b8a /print/cups-lpr/pkg-install | |
parent | - Fix pkg-plist (diff) |
- Base lpr lives in /usr not in /
Approved by: maintainer
Diffstat (limited to '')
-rw-r--r-- | print/cups-lpr/pkg-install | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/cups-lpr/pkg-install b/print/cups-lpr/pkg-install index 765d935458bc..12cf40d37670 100644 --- a/print/cups-lpr/pkg-install +++ b/print/cups-lpr/pkg-install @@ -1,11 +1,11 @@ #!/bin/sh -REPLACES_BINARIES="/bin/lpr - /bin/lp - /bin/lpq - /bin/lprm - /bin/lpstat - /sbin/lpc" +REPLACES_BINARIES="/usr/bin/lpr + /usr/bin/lp + /usr/bin/lpq + /usr/bin/lprm + /usr/bin/lpstat + /usr/sbin/lpc" case $2 in POST-INSTALL) |