summaryrefslogtreecommitdiffstats
path: root/unmaintained/yaws/yaws-1.96-etc.patch
blob: a48801be27b97b22458a6e237053f9e522007251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 | \