Skip to content

Commit

Permalink
Merge pull request #1084 from christinerogers/add_project_data_directory
Browse files Browse the repository at this point in the history
new project/data subdirectory
  • Loading branch information
samirdas committed Apr 24, 2015
2 parents a062187 + dbcd0b7 commit 6116987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ if [ ! -f ../SQL/0000-00-00-schema.sql ] ; then
fi

# Create some subdirectories, if needed.
mkdir -p ../project ../project/libraries ../project/instruments ../project/templates ../project/tables_sql ../smarty/templates_c
mkdir -p ../project ../project/data ../project/libraries ../project/instruments ../project/templates ../project/tables_sql ../smarty/templates_c

# Setting 777 permissions for templates_c
chmod 777 ../smarty/templates_c
Expand Down

0 comments on commit 6116987

Please # to comment.