blob: 7f38e647ba3733b96c0fab4262aa9949418a0513 [file] [log] [blame]
#!/bin/bash
#Replaces @buildversionid@ by 3.10.0, in the category.xml files.
find ./ -name category.xml -type f -exec sed -i 's/@buildversionid@/3.10.0/g' {} \;