aboutsummaryrefslogtreecommitdiff
path: root/devel/bzr/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bzr/files/patch-setup.py')
-rw-r--r--devel/bzr/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/bzr/files/patch-setup.py b/devel/bzr/files/patch-setup.py
deleted file mode 100644
index be08071ac20c..000000000000
--- a/devel/bzr/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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,