From: Emil Velikov <emil.veli...@collabora.com>

This is a python2 script and the generic "python" may point to python3.

Cc: Andreas Boll <andreas.boll....@gmail.com>
Signed-off-by: Emil Velikov <emil.veli...@collabora.com>
---
We really want to prune/rename all the conflicting entrypoints.

In the radeon/r200 case we could even:
 - fold the common code to a simple place
 - drop the symlinks
 - get smaller binary size and 'compatibilty' with SVN
 - purge the script
 - ...
 - profit

Andreas, any interest in tackling this ? It will drop a couple of
extend-diff-ignore cases in the Debian packaging :-P
---
 src/mesa/drivers/dri/gen-symbol-redefs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/gen-symbol-redefs.py 
b/src/mesa/drivers/dri/gen-symbol-redefs.py
index ebe4aaa650..c1e443467e 100755
--- a/src/mesa/drivers/dri/gen-symbol-redefs.py
+++ b/src/mesa/drivers/dri/gen-symbol-redefs.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 # Copyright © 2013 Intel Corporation
-- 
2.11.0

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to