File: 02_build_python.diff

package info (click to toggle)
java-gnome 4.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,468 kB
  • ctags: 7,285
  • sloc: java: 27,001; ansic: 4,518; perl: 1,650; python: 1,187; makefile: 135
file content (12 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (3)
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!