aboutsummaryrefslogtreecommitdiffstats
path: root/www/ephemera/files/patch-Makefile
blob: dcfaba8d15b860b3e29b770763e36d93c3e65627 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.orig   2014-10-19 20:42:34 UTC
+++ Makefile
@@ -64,8 +64,8 @@
    ${SED} -e 's|%%PREFIX%%|${PREFIX}|1' ephemera.man > ephemera.8
    ${GZIP_CMD} -f ephemera.8
    ${INSTALL_MAN} ephemera.8.gz ${MANDIR}
-   ${CP} ephemera.config ephemera.config.dist
-   ${INSTALL_DATA} ephemera.config.dist ${ETCDIR}
+   ${CP} ephemera.config ephemera.config.sample
+   ${INSTALL_DATA} ephemera.config.sample ${ETCDIR}
    if [ ! -e ${ETCDIR}/ephemera.config ]; then ${INSTALL_DATA} ephemera.config ${ETCDIR}; fi
 
 .PHONY: deinstall