# | Line 130 | Line 130 | perl -p -i -e "s|^#!.*python|#!/usr/bin/ | |
---|---|---|
130 | rm `find %{i}/lib -maxdepth 1 -mindepth 1 ! -name '*python*'` | |
131 | rm `find %{i}/include -maxdepth 1 -mindepth 1 ! -name '*python*'` | |
132 | ||
133 | + | # remove tkinter that brings dependency on libtk: |
134 | + | # |
135 | + | |
136 | + | rm `find %{i}/lib -type f -name "_tkinter.so"` |
137 | + | |
138 | # SCRAM ToolBox toolfile | |
139 | mkdir -p %i/etc/scram.d | |
140 | cat << \EOF_TOOLFILE >%i/etc/scram.d/%n |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |