~ubuntu-branches/ubuntu/vivid/esorex/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/move-rcfile-to-etc.patch

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2011-11-25 12:08:00 UTC
  • Revision ID: package-import@ubuntu.com-20111125120800-grvehmdmxrzlkf1n
Tags: 3.9.0-1
New package. Closes: #641634

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: Ole Streicher <debian@liska.ath.cx>
 
2
Description: The configuration directory is /etc, independent of
 
3
 the prefix. This was set wrong in er_prefix.h and is corrected
 
4
 here.
 
5
--- a/src/er_prefix.h.in
 
6
+++ b/src/er_prefix.h.in
 
7
@@ -3,5 +3,5 @@
 
8
 MYDATA = @datadir@
 
9
 ESOREX_PREFIX=@prefix@
 
10
 */
 
11
-#define ESOREX_PREFIX "@prefix@/etc/"
 
12
+#define ESOREX_PREFIX "/etc/"
 
13