]> git.pld-linux.org Git - packages/depot_tools.git/commitdiff
fix git-cl wrapper
authorElan Ruusamäe <glen@delfi.ee>
Mon, 9 Dec 2013 19:06:24 +0000 (21:06 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 9 Dec 2013 19:06:24 +0000 (21:06 +0200)
depot_tools.spec

index 6c399c55f9b22610f6a5b0e9592a8315450d17a0..2a3bdb19763ddda57df52e815c772a525e7d37f5 100644 (file)
@@ -1,5 +1,5 @@
 %define                snap    20130619
-%define                rel             0.6
+%define                rel             0.8
 Summary:       A package of scripts called used to manage checkouts and code reviews
 Name:          depot_tools
 Version:       0.1
@@ -51,6 +51,7 @@ cat > py-wrap.sh <<'EOF'
 exec %{__python} -B %{_datadir}/%{name}/$(basename "$0").py "$@"
 EOF
 chmod +x *.sh
+ln -s git_cl.py git-cl.py
 
 # python 2.4 components
 rm -r third_party/pymox
This page took 0.075788 seconds and 4 git commands to generate.