]> git.pld-linux.org Git - packages/pnm2ppa.git/blame - pnm2ppa-destdir.patch
- typo in CFLAGS (fixes SEGV reported by hawk); release 2
[packages/pnm2ppa.git] / pnm2ppa-destdir.patch
CommitLineData
bd2510f0
MK
1diff -Nur pnm2ppa-1.10pre1.orig/Makefile pnm2ppa-1.10pre1/Makefile
2--- pnm2ppa-1.10pre1.orig/Makefile Mon Feb 11 16:49:11 2002
3+++ pnm2ppa-1.10pre1/Makefile Tue Jun 11 23:19:56 2002
4@@ -5,9 +5,9 @@
5 # paths to locations where the pnm2ppa binary, the configuration file,
6 # and the man page should be installed. On some systems (like Solaris)
7 # the install command requires the syntax BINDIR="-f /usr/local/bin".
8-BINDIR="/usr/local/bin"
9-CONFDIR="/etc"
10-MANDIR="/usr/local/man/man1"
11+#BINDIR="/usr/local/bin"
12+#CONFDIR="/etc"
13+#MANDIR="/usr/local/man/man1"
14
15 #compiler and linker options:
16 CC=gcc
This page took 0.06969 seconds and 4 git commands to generate.