summaryrefslogtreecommitdiff
path: root/net/straw/files/patch-constants.py.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net/straw/files/patch-constants.py.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/straw/files/patch-constants.py.in b/net/straw/files/patch-constants.py.in
deleted file mode 100644
index a0b097fa5403..000000000000
--- a/net/straw/files/patch-constants.py.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- constants.py.in Sat Feb 4 14:24:37 2006
-+++ constants.py.in Wed Jan 3 23:42:34 2007
-@@ -11,7 +11,7 @@
- STRAW_REF_URL = "%sstraw-ref.html" % STRAW_URL
- libdir = os.path.normpath('$libdir')
- localedir = os.path.normpath(os.path.join('$datadir','locale'))
--datadir = os.path.normpath(os.path.join('$datadir','straw'))
-+datadir = os.path.normpath(os.path.join('$datadir','gnome','straw'))
-
- # if STRAW_IN_SOURCE_DIR, this will be the glade/ and images/ in source
- # which is different from datadir (data/), whereas on default installations,