Ticket #2872: patch-Makefile

File patch-Makefile, 337 bytes (added by jrdittmann@…, 19 years ago)

patch-Makefile

Line 
1--- ./Makefile.orig     Thu Apr  7 14:56:43 2005
2+++ ./Makefile  Thu Apr  7 16:57:28 2005
3@@ -2,11 +2,10 @@
4 INSTALL = /usr/bin/install -c
5 
6 # Installation directories
7-prefix = ${DESTDIR}/usr
8 exec_prefix = ${prefix}
9 mandir = ${prefix}/share/man/man1
10 bindir = ${exec_prefix}/bin
11-etcdir = ${DESTDIR}/etc
12+etcdir = ${prefix}/etc
13 
14 all:
15