use /usr/bin/env python for freebsd compatibility

git-svn-id: svn://svn.berlios.de/gpodder/trunk@276 b0d088ad-0a06-0410-aad2-9ed5178a7e87
This commit is contained in:
Thomas Perl 2007-03-18 15:33:54 +00:00
parent 31cc42a9cb
commit 8c7db91f8c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sun, 18 Mar 2007 15:04:03 +0100 <thp@perli.net>
* bin/gpodder: Use "/usr/bin/env python" instead of "/usr/bin/python"
to fix problems with FreeBSD's default Python location of
"/usr/local/bin/python" (thanks to Alain Tauch for pointing that out)
Sat, 17 Mar 2007 13:57:50 +0100 <thp@perli.net>
* data/gpodder.desktop: Clean-up the desktop entry file
* Makefile: Make PREFIX a variable defaulting to /usr and pass it

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#