Skip to content
Snippets Groups Projects
Commit 552fb39b authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Make the archive directory at install time

parent 6a290800
Branches
Tags
No related merge requests found
......@@ -111,6 +111,8 @@ install-mkdirs:
-chmod 777 $(INSTALL_TOPDIR)/batch
-mkdir -p $(INSTALL_TOPDIR)/expinfo
-chmod 777 $(INSTALL_TOPDIR)/expinfo
-mkdir -p $(INSTALL_TOPDIR)/exparchive
-chmod 777 $(INSTALL_TOPDIR)/exparchive
-mkdir -p $(INSTALL_TOPDIR)/images
-chmod 775 $(INSTALL_TOPDIR)/images
-ln -s /usr/testbed/bin/nse $(INSTALL_TOPDIR)/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment