diff options
| author | Steven Wallace <swallace@FreeBSD.org> | 1995-03-04 21:46:18 +0000 |
|---|---|---|
| committer | Steven Wallace <swallace@FreeBSD.org> | 1995-03-04 21:46:18 +0000 |
| commit | 9e1599cb14c7272f0114afb1f96b432762c5f2f2 (patch) | |
| tree | 3810dd72b3f28fbd3490be2d7764ba63aba6a218 /cad/magic | |
| parent | c4766b59200cc7f487dbebc4fcdbd0338456d586 (diff) | |
Fix '*** ERROR: You need to do a "make config" first!' problem
Diffstat (limited to 'cad/magic')
| -rw-r--r-- | cad/magic/scripts/post-configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/magic/scripts/post-configure b/cad/magic/scripts/post-configure index d46db1e71dbb..f7788e4811ea 100644 --- a/cad/magic/scripts/post-configure +++ b/cad/magic/scripts/post-configure @@ -1,8 +1,9 @@ #!/bin/sh # -# $Id: post-configure,v 1.2 1994/10/04 15:12:51 jkh Exp $ +# $Id: post-configure,v 1.1.1.1 1994/12/18 21:12:09 swallace Exp $ # cp ${CURDIR}/files/vfont.h ${WRKSRC}/include echo echo $PREFIX > ${WRKSRC}/:findcad chmod -R a+rX ${WRKSRC} +date > ${WRKSRC}/.config |
