Skip to content

Commit

Permalink
altlinux depends openexr
Browse files Browse the repository at this point in the history
openexr clear script
  • Loading branch information
timurhai committed Mar 2, 2014
1 parent 3abfc28 commit bee7020
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions utilities/openexr/clear.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

rm -rf share
rm -rf bin
rm -rf lib
rm -rf ilmbase*
rm -rf include
rm -rf openexr*

2 changes: 1 addition & 1 deletion utilities/release/depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ case ${DISTRIBUTIVE} in
;;
AltLinux )
export DEPENDS_AFANASY="libpq5.4"
export DEPENDS_CGRU="python-module-PyQt4 ImageMagick ffmpeg"
export DEPENDS_CGRU="python-module-PyQt4 openexr ImageMagick ffmpeg"
;;
*)
export DEPENDS_AFANASY="libpq5"
Expand Down

0 comments on commit bee7020

Please sign in to comment.