1 2 3 4 5 6 7 8 9 10 11 12
|
## Description: python2 env variable not foundable
## Origin/Author: Guillaume Mazoyer
Index: java-gnome-4.1.3/build/faster
===================================================================
--- java-gnome-4.1.3.orig/build/faster 2013-05-09 16:40:43.034285172 +0200
+++ java-gnome-4.1.3/build/faster 2013-05-09 16:42:59.802963352 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
# vim: set fileencoding=UTF-8
#
# java-gnome, a UI library for writing GTK and GNOME programs from Java!
|