diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2013-11-11 17:47:30 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-11 15:13:30 -0600 |
commit | 4875558bc8bddf8faeb70e879765dba5a02d9552 (patch) | |
tree | deea1001af3814f24a153214637e35b09a15a643 /graphics/dblatex/dblatex-0.3.4-build-fix.patch | |
parent | 17663229fcba16dc6ec51e45436b44fab39b6d64 (diff) | |
download | slackbuilds-4875558bc8bddf8faeb70e879765dba5a02d9552.tar.gz |
graphics/dblatex: Updated for version 0.3.4.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
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 0000000000..c9424d08bf --- /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: |