diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 00:20:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 00:20:48 +0000 |
commit | 0baa6e2834e9c59849bc68fed0688bc2a242b1a7 (patch) | |
tree | 93415324af9c0b97d9a41fd62f47e2514da4d90a /lang/tcl82 | |
parent | 316edda9105ce556bb819b613ccf51d71973eda9 (diff) | |
download | ports-0baa6e2834e9c59849bc68fed0688bc2a242b1a7.tar.gz ports-0baa6e2834e9c59849bc68fed0688bc2a242b1a7.zip |
Notes
Diffstat (limited to 'lang/tcl82')
-rw-r--r-- | lang/tcl82/pkg-install.tclsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/tcl82/pkg-install.tclsh b/lang/tcl82/pkg-install.tclsh index 244df90dfdba..7133e84d294f 100644 --- a/lang/tcl82/pkg-install.tclsh +++ b/lang/tcl82/pkg-install.tclsh @@ -7,6 +7,7 @@ if [ ! -f ${PKG_PREFIX}/bin/tclsh ] || [ \ then [ -f ${PKG_PREFIX}/bin/tclsh ] && chmod u+w ${PKG_PREFIX}/bin/tclsh + mkdir -p ${PKG_PREFIX}/bin cat > ${PKG_PREFIX}/bin/tclsh <<'EOF' #!/bin/sh # Installed by ports system. id: awieYJFnsuILOnfsYEW**001 |