# | Line 134 | Line 134 | rm `find %{i}/include -maxdepth 1 -mind | |
---|---|---|
134 | ||
135 | %if "%online" == "true" | |
136 | # remove tkinter that brings dependency on libtk: | |
137 | < | rm `find %{i}/lib -type f -name "_tkinter.so"` |
137 | > | find %{i}/lib -type f -name "_tkinter.so" -exec rm {} \; |
138 | %endif | |
139 | ||
140 | # SCRAM ToolBox toolfile |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |