]> git.pld-linux.org Git - packages/gget.git/blob - gget-dont-hardcode-python-version.patch
- Requires(post,postun): gtk-update-icon-cache
[packages/gget.git] / gget-dont-hardcode-python-version.patch
1 diff -urN gget-0.0.4/bin/gget.in gget-0.0.4.new/bin/gget.in
2 --- gget-0.0.4/bin/gget.in      2008-12-20 12:35:51.000000000 +0100
3 +++ gget-0.0.4.new/bin/gget.in  2008-12-22 14:51:49.000000000 +0100
4 @@ -1,4 +1,4 @@
5 -#!/usr/bin/env python2.5
6 +#!/usr/bin/env python
7  # -*- coding: utf-8 -*-
8  
9  # Copyright (C) 2008 Johan Svedberg <johan@svedberg.com>
This page took 0.063092 seconds and 3 git commands to generate.