Just a slight slight slight tweak ;) > find ${PREFIX}/share/examples/subversion -type f | xargs perl -pi \
move to use `sed -i' instead of depending on perl. > + -e "s,.*/usr/bin/ruby.*,#!${RUBY},;" \ > + -e "s,.*env ruby.*,#!${RUBY},;" \ > -e "s,.*/usr/bin/python.*,#!${MODPY_BIN},;" \ > -e "s,.*env python.*,#!${MODPY_BIN},;" Otherwise, looks fine, but I haven't tested, maybe tonight.