]> git.pld-linux.org Git - packages/gget.git/blame - gget-dont-hardcode-python-version.patch
- Requires(post,postun): gtk-update-icon-cache
[packages/gget.git] / gget-dont-hardcode-python-version.patch
CommitLineData
c75d4377
MB
1diff -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.100281 seconds and 4 git commands to generate.