]> git.pld-linux.org Git - packages/scribus.git/commitdiff
- workaround the long lasting docs issue
authordeejay1 <deejay1@pld-linux.org>
Tue, 5 Dec 2006 16:35:16 +0000 (16:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    scribus-docdir.patch -> 1.1

scribus-docdir.patch [new file with mode: 0644]

diff --git a/scribus-docdir.patch b/scribus-docdir.patch
new file mode 100644 (file)
index 0000000..a791da3
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur scribus-1.3.3.6/scribus/scpaths.cpp scribus-1.3.3.6-docs/scribus/scpaths.cpp
+--- scribus-1.3.3.6/scribus/scpaths.cpp        2006-11-11 23:26:19.000000000 +0100
++++ scribus-1.3.3.6-docs/scribus/scpaths.cpp   2006-12-05 17:13:12.000000000 +0100
+@@ -49,7 +49,7 @@
+ // All paths are initialized to compile-time defaults passed in
+ // as preprocessor macros and set by autoconf.
+ ScPaths::ScPaths() :
+-      m_docDir(DOCDIR),
++      m_docDir(PLDDOCDIR),
+       m_iconDir(ICONDIR),
+       m_libDir(LIBDIR),
+       m_pluginDir(PLUGINDIR),
This page took 0.062866 seconds and 4 git commands to generate.