From 0baa6e2834e9c59849bc68fed0688bc2a242b1a7 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 28 Nov 1998 00:20:48 +0000 Subject: Create ${PREFIX}/bin before cat'ing a file into it. --- lang/tcl84/pkg-install.tclsh | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/tcl84') 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 -- cgit v1.2.3