Skip to content

Commit

Permalink
Merge pull request #253 from limer-org/patch2
Browse files Browse the repository at this point in the history
 new installation #238
  • Loading branch information
chilek committed Sep 10, 2014
2 parents c8ce26f + ba4c54a commit eb26e96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devel/smarty_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ echo "done."
echo -n "Merging... "

SMARTY_DIR=$(find $TMP -maxdepth 1 -mindepth 1 -type d -exec basename {} \;)
if [ ! -d "${LIB_DIR}/Smarty" ]; then
mkdir -p "${LIB_DIR}/Smarty"
fi
cp -r $TMP/${SMARTY_DIR}/libs/* ${LIB_DIR}/Smarty/
cp -r $TMP/${SMARTY_DIR}/libs/plugins/* ${LIB_DIR}/Smarty/plugins/
echo "done."
Expand Down

0 comments on commit eb26e96

Please sign in to comment.