This patch file may include trailing empty lines and/or trailing lines that consist solely of whitespace. If you edit this file, use software that preserves lines of this type, or you may break the patch. --- cd-discid-1.1.old/Makefile +++ cd-discid-1.1/Makefile @@ -1,15 +1,15 @@ VERSION = 0.8 CC = gcc -CFLAGS = -g -O2 +CFLAGS = -O2 LDFLAGS = LIBS = DEFS = INSTALL = /usr/bin/install -c # Installation directories -prefix = ${DESTDIR}/usr +prefix = ${DESTDIR}__META_PREFIX__ exec_prefix = ${prefix} -mandir = ${prefix}/share/man/man1 +mandir = ${prefix}/man/man1 bindir = ${exec_prefix}/bin etcdir = ${DESTDIR}/etc