diff options
author | tron <tron@pkgsrc.org> | 2001-07-08 20:25:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-08 20:25:45 +0000 |
commit | 2ca1afc26fabf89d71a6d7741f38232a9ec7f4e8 (patch) | |
tree | cc880eef2049b667ed63e9e7af79721fc1ffb979 /graphics | |
parent | 86adffde4b93aeb4479fb74623a5d425facb0f7b (diff) | |
download | pkgsrc-2ca1afc26fabf89d71a6d7741f38232a9ec7f4e8.tar.gz |
Fix typo in last commit.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiff/pkg/INSTALL.OpenWindows | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/pkg/INSTALL.OpenWindows b/graphics/tiff/pkg/INSTALL.OpenWindows index 474494c0b5c..1cec8a15eed 100644 --- a/graphics/tiff/pkg/INSTALL.OpenWindows +++ b/graphics/tiff/pkg/INSTALL.OpenWindows @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: INSTALL.OpenWindows,v 1.2 2001/07/08 20:20:23 tron Exp $ +# $NetBSD: INSTALL.OpenWindows,v 1.3 2001/07/08 20:25:45 tron Exp $ PKGNAME=$1 STAGE=$2 @@ -8,7 +8,7 @@ STAGE=$2 case ${STAGE} in PRE-INSTALL) cd @X11BASE@/lib -. if [ -f libtiff.so ] + if [ -f libtiff.so ] then @MV@ libtiff.so libtiff.so.openwin @LN@ -s @PREFIX@/lib/libtiff.so |