diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 08:20:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 08:20:48 +0800 |
commit | 03bdff6d19d1549a2fbf8352604d806c3937f71e (patch) | |
tree | c3a1634f6cc1bfb0aa1959ad4e35904b38618679 /lang/tcl84 | |
parent | e5c6066e2c41b7257f3b884f3b0f62819e0940c7 (diff) | |
download | freebsd-ports-gnome-03bdff6d19d1549a2fbf8352604d806c3937f71e.tar.gz freebsd-ports-gnome-03bdff6d19d1549a2fbf8352604d806c3937f71e.tar.zst freebsd-ports-gnome-03bdff6d19d1549a2fbf8352604d806c3937f71e.zip |
Create ${PREFIX}/bin before cat'ing a file into it.
Diffstat (limited to 'lang/tcl84')
-rw-r--r-- | lang/tcl84/pkg-install.tclsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/tcl84/pkg-install.tclsh b/lang/tcl84/pkg-install.tclsh index 244df90dfdba..7133e84d294f 100644 --- a/lang/tcl84/pkg-install.tclsh +++ b/lang/tcl84/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 |