diff options
Diffstat (limited to 'unmaintained/yaws/yaws-1.96-etc.patch')
-rw-r--r-- | unmaintained/yaws/yaws-1.96-etc.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/unmaintained/yaws/yaws-1.96-etc.patch b/unmaintained/yaws/yaws-1.96-etc.patch new file mode 100644 index 0000000000..a48801be27 --- /dev/null +++ b/unmaintained/yaws/yaws-1.96-etc.patch @@ -0,0 +1,13 @@ +# don't create /usr/etc dir when --sysconfdir=/etc passed to configure + +--- yaws-1.96/scripts/Install ++++ yaws-1.96/scripts/Install.new +@@ -18,7 +18,7 @@ + v=${vardir} + + install -d ${destdir}${prefix}/bin +-install -d ${destdir}${prefix}/etc ++install -d ${destdir}${etcdir} + install -d ${destdir}${vardir}/log/yaws + + cat yaws.template | \ |