Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
EL6
:
ffmpeg-0.11.x
>
atrpms-rpm-config
> python_burninversion.sh
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File python_burninversion.sh of Package atrpms-rpm-config
#! /bin/sh which python > /dev/null 2>&1 || exit 0 python_version=`python -c "import sys; print sys.version[:3]"` find ${RPM_BUILD_ROOT} -type f \ | xargs grep -l '^#!.*python' \ | xargs perl -pi -e's,^(#!.*python)[0-9.]*,${1}'$python_version,