diff options
Diffstat (limited to 'app-misc/sphinx/files/sphinx-0.9.7-fix-sandbox.patch')
-rw-r--r-- | app-misc/sphinx/files/sphinx-0.9.7-fix-sandbox.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-misc/sphinx/files/sphinx-0.9.7-fix-sandbox.patch b/app-misc/sphinx/files/sphinx-0.9.7-fix-sandbox.patch new file mode 100644 index 000000000000..ba51cbc56a52 --- /dev/null +++ b/app-misc/sphinx/files/sphinx-0.9.7-fix-sandbox.patch @@ -0,0 +1,14 @@ +diff -ur sphinx-0.9.7-rc2.orig/Makefile.am sphinx-0.9.7-rc2/Makefile.am +--- sphinx-0.9.7-rc2.orig/Makefile.am 2007-03-31 12:41:51.000000000 +0000 ++++ sphinx-0.9.7-rc2/Makefile.am 2007-03-31 12:47:05.000000000 +0000 +@@ -1,8 +1,8 @@ + SUBDIRS = src + EXTRA_DIST = api storage sphinx.conf.in sphinx.sln todo.txt example.sql +-sysconf_DATA = sphinx.conf.dist example.sql ++#sysconf_DATA = sphinx.conf.dist example.sql + + install-data-hook: +- mkdir -p $(localstatedir)/data && mkdir -p $(localstatedir)/log ++# mkdir -p $(localstatedir)/data && mkdir -p $(localstatedir)/log + + |