Skip to content

Commit

Permalink
Release Gen script update
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Aug 30, 2017
1 parent 85bc09a commit bd39431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/easy_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ "$#" -ne 1 ]; then
printf "Attempting to install core library"

# Install the library
cd ../ && sudo make -f make_install_release
cd ../ && sudo make -f install

printf "Finished installing AOSSL"
fi
Expand Down
2 changes: 1 addition & 1 deletion scripts/release_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cp LICENSE.txt ../$RELEASE_NAME
cp CODE_OF_CONDUCT.md ../$RELEASE_NAME

#Library files
cp -r aossl/ ../$RELEASE_NAME/aossl
cp -r aossl/ ../$RELEASE_NAME/

#Examples
cp examples/hello_world/* ../$RELEASE_NAME/examples/hello_world
Expand Down

0 comments on commit bd39431

Please sign in to comment.