Skip to content

Commit

Permalink
fix incorrect preset location
Browse files Browse the repository at this point in the history
  • Loading branch information
pedohorse committed Feb 28, 2024
1 parent bd55206 commit c2fca9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcc_plugins_workspace/build_houdini.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mkdir -p $OUT/otls
# assume houdini environment is initialized
hotl -l houdini/otls/Driver-lifeblood_submitter-1.0.0.hda $OUT/otls/Driver-lifeblood_submitter-1.0.0.hda

rsync -arhv houdini/presets $OUT/presets
rsync -arhv houdini/presets $OUT

# copy client module
rsync -arhv --exclude=__pycache__ --exclude="*.pyc" ../src/lifeblood_client $OUT/python2.7libs
Expand Down

0 comments on commit c2fca9d

Please sign in to comment.