diff options
Diffstat (limited to 'graphics/dblatex/dblatex-0.3.4-build-fix.patch')
-rw-r--r-- | graphics/dblatex/dblatex-0.3.4-build-fix.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/dblatex/dblatex-0.3.4-build-fix.patch b/graphics/dblatex/dblatex-0.3.4-build-fix.patch new file mode 100644 index 0000000000000..c9424d08bf8aa --- /dev/null +++ b/graphics/dblatex/dblatex-0.3.4-build-fix.patch @@ -0,0 +1,14 @@ +--- setup.py.old 2012-11-08 20:33:26.224458028 +0100 ++++ setup.py 2012-11-08 20:33:41.656633881 +0100 +@@ -365,10 +365,7 @@ class Install(install): + raise OSError("not found: %s" % ", ".join(mis_stys)) + + def run(self): +- if self.install_layout == "deb": +- db = DebianInstaller(self) +- else: +- db = None ++ db = None + + if not(db) and not(self.nodeps): + try: |