diff --git a/x264-snapshot.sh b/x264-snapshot.sh index 63826d1..3a34692 100755 --- a/x264-snapshot.sh +++ b/x264-snapshot.sh @@ -20,7 +20,7 @@ pushd "$tmp" git clone https://code.videolan.org/videolan/x264.git -b ${branch} cd ${package} -tag=$(git rev-list HEAD -n 1 | cut -c 1-7) +tag=$(git rev-list HEAD -n 1 | cut -c 1-8) git checkout ${commit} git checkout -b rpmfusion ./version.sh > version.h