# HG changeset patch # User Geoff Voelker # Date 852430468 0 # Node ID 6f4bc15744a408e22246879929e83f6abc3733ec # Parent e7ad34b65d8e78cd3ca8e371b09b2d9f54dac03d (real_install): Create site-lisp in installation dir. diff -r e7ad34b65d8e -r 6f4bc15744a4 nt/makefile.nt --- a/nt/makefile.nt Sat Jan 04 22:26:26 1997 +0000 +++ b/nt/makefile.nt Sun Jan 05 02:14:28 1997 +0000 @@ -131,6 +131,7 @@ - mkdir $(INSTALL_DIR)\info - mkdir $(INSTALL_DIR)\lock - mkdir $(INSTALL_DIR)\data + - mkdir $(INSTALL_DIR)\site-lisp if not exist ..\same-dir.tst $(CP_DIR) ..\etc $(INSTALL_DIR)\etc if not exist ..\same-dir.tst $(CP_DIR) ..\info $(INSTALL_DIR)\info - $(DEL) ..\same-dir.tst