Skip to content

Commit

Permalink
fix cp for some shell environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sumory committed Oct 19, 2016
1 parent 4808f21 commit 80bff76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ chmod 755 $LOR_PATH/lord
echo "install lor package to $PACKAGE_PATH"

mkdir -p ./lor
cp -a ./lib/lor/ ./lor/
cp -a ./lib/lor/* ./lor/
cp -a ./* $PACKAGE_PATH/
rm -rf ./lor

Expand Down

0 comments on commit 80bff76

Please sign in to comment.