Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/patches/01_prefix_fix.dpatch
blob: c13c1e6988e83b6f000f78a07896a1aa1cad9ddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh /usr/share/dpatch/dpatch-run
## 00_prefix_fix.patch.dpatch by  <guy@localhost>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: set the install prefix

@DPATCH@

--- ./scripts/config.py	2008-10-07 14:14:29.000000000 +0200
+++ ./scripts/config.py	2008-10-07 14:12:06.000000000 +0200
@@ -79,7 +79,6 @@
         jhbuild.config.addpath('GTK_PATH', os.path.join(self.prefix, path))
         jhbuild.config.addpath('GTK_DATA_PREFIX', self.prefix)
 
-        os.environ['SUGAR_PREFIX'] = self.prefix
         os.environ['SUGAR_PATH'] = os.path.join(self.prefix, 'share', 'sugar')
         os.environ['SUGAR_LOGGER_LEVEL'] = 'debug'