Advertisement
Guest User

pupdatenotify_python2.diff

a guest
Oct 31st, 2010
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.62 KB | None | 0 0
  1. --- setup.py.orig   2010-11-01 02:02:48.037043988 +0200
  2. +++ setup.py    2010-11-01 02:00:57.114613570 +0200
  3. @@ -1,4 +1,4 @@
  4. -#!/usr/bin/env python
  5. +#!/usr/bin/env python2
  6.  # coding= UTF-8
  7.  from distutils.core import setup
  8.  import glob
  9. --- scripts/pupdatenotifier.orig    2010-11-01 02:03:04.026913971 +0200
  10. +++ scripts/pupdatenotifier 2010-11-01 02:02:29.020531996 +0200
  11. @@ -1,4 +1,4 @@
  12. -#!/usr/bin/python
  13. +#!/usr/bin/python2
  14.  # -*- encoding: utf-8 -*-
  15.  
  16.  import sys
  17. --- pupdatenotifier/settings.py.orig    2010-11-01 02:04:31.222872242 +0200
  18. +++ pupdatenotifier/settings.py 2010-11-01 02:05:00.052638250 +0200
  19. @@ -1,4 +1,4 @@
  20. -#!/usr/bin/env python
  21. +#!/usr/bin/env python2
  22.  # coding= UTF-8
  23.  
  24.  import os
  25. --- pupdatenotifier/tray.py.orig    2010-11-01 02:04:40.729461736 +0200
  26. +++ pupdatenotifier/tray.py 2010-11-01 02:05:08.115906158 +0200
  27. @@ -1,4 +1,4 @@
  28. -#!/usr/bin/env python
  29. +#!/usr/bin/env python2
  30.  # coding= UTF-8
  31.  
  32.  import os
  33. --- pupdatenotifier/updatecheck.py.orig 2010-11-01 02:04:47.046077134 +0200
  34. +++ pupdatenotifier/updatecheck.py  2010-11-01 02:05:14.292522715 +0200
  35. @@ -1,4 +1,4 @@
  36. -#!/usr/bin/env python
  37. +#!/usr/bin/env python2
  38.  # coding= UTF-8
  39.  
  40.  import os
  41. --- pupdatenotifier/window.py.orig  2010-11-01 02:04:52.796030469 +0200
  42. +++ pupdatenotifier/window.py   2010-11-01 02:05:19.155816596 +0200
  43. @@ -1,4 +1,4 @@
  44. -#!/usr/bin/env python
  45. +#!/usr/bin/env python2
  46.  # coding= UTF-8
  47.  
  48.  import os
  49. --- Makefile.orig   2010-11-01 02:11:02.136375321 +0200
  50. +++ Makefile    2010-11-01 02:11:18.869573664 +0200
  51. @@ -1,4 +1,4 @@
  52. -PYTHON=`which python`
  53. +PYTHON=`which python2`
  54.  PREFIX=/usr
  55.  DESTDIR=/
  56.  PKGNAME=pupdatenotifier
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement