Browse Source

updated archive prep script

Chris Simpkins 7 years ago
parent
commit
e7e437fa82
1 changed files with 2 additions and 2 deletions
  1. 2 2
      postbuild_processing/archive_prep/archiver.sh

+ 2 - 2
postbuild_processing/archive_prep/archiver.sh

@@ -12,8 +12,8 @@
 # ////////////////////////////////////////////////////////////////////
 
 HACK_VERSION="v3.000"
-HACK_ARCHIVES_DIR="../../Hack-archives"
-HACK_BUILD_DIR="build"
+HACK_ARCHIVES_DIR="../../../Hack-archives"
+HACK_BUILD_DIR="../../build"
 
 
 # Make build directory the current working directory