mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
delete a mkdir of /usr/libdata/tcl, this is mtree's job.
This commit is contained in:
parent
c3944f3dd1
commit
e2e2cffc2d
1 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
:
|
||||
# $Id: mkMakefile.sh,v 1.1 1996/06/26 17:47:14 phk Exp $
|
||||
# $Id: mkMakefile.sh,v 1.2 1996/06/30 18:02:58 phk Exp $
|
||||
#
|
||||
# This script generates a bmake Makefile for src/lib/libtcl
|
||||
#
|
||||
|
|
@ -37,7 +37,7 @@ echo '$' >> ${LIBTCL}Makefile
|
|||
echo '# This file is generated automatically, think twice!' >> ${LIBTCL}Makefile
|
||||
echo '# Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead' >> ${LIBTCL}Makefile
|
||||
echo '# Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version:' >> ${LIBTCL}Makefile
|
||||
echo '# $Id$' | tr -d '$' >> ${LIBTCL}Makefile
|
||||
echo '# $Id: mkMakefile.sh,v 1.2 1996/06/30 18:02:58 phk Exp $' | tr -d '$' >> ${LIBTCL}Makefile
|
||||
echo >> ${LIBTCL}Makefile
|
||||
|
||||
# Tell make(1) to pick up stuff from here
|
||||
|
|
@ -83,7 +83,6 @@ echo '
|
|||
beforeinstall: ${TCLDIST}/generic/tcl.h tcl.macros
|
||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $> \
|
||||
${DESTDIR}/usr/include
|
||||
-mkdir -p ${DESTDIR}/${TCL_LIBRARY}
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
|
||||
${TCLDIST}/library/[a-z]* ${DESTDIR}/${TCL_LIBRARY}
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue