aboutsummaryrefslogtreecommitdiff
path: root/devel/bazaar-ng/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bazaar-ng/files/patch-setup.py')
-rw-r--r--devel/bazaar-ng/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/bazaar-ng/files/patch-setup.py b/devel/bazaar-ng/files/patch-setup.py
new file mode 100644
index 000000000000..be08071ac20c
--- /dev/null
+++ b/devel/bazaar-ng/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2010-08-07 22:10:05.426837040 -0500
++++ setup.py 2010-08-07 22:10:51.941435450 -0500
+@@ -727,7 +727,7 @@
+ # easy_install one
+ DATA_FILES = [('man/man1', ['bzr.1'])]
+
+- if sys.platform != 'win32':
++ if 0:
+ # see https://wiki.kubuntu.org/Apport/DeveloperHowTo
+ #
+ # checking the paths and hardcoding the check for root is a bit gross,