# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../fcgiwrap/0001-Makefile.in-prefix.patch # Copyright (C) 2011 The OpenSDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- SDE-COPYRIGHT-NOTE-END --- Description: Don't use @prefix@ while defining {target,man8}dir because @sbindir@ and @mandir@ will include the prefix by default. --- ./Makefile.in.orig 2011-02-07 13:36:14.910698451 +0100 +++ ./Makefile.in 2011-02-07 13:38:21.898695404 +0100 @@ -1,5 +1,5 @@ -targetdir = $(DESTDIR)@prefix@@sbindir@ -man8dir = $(DESTDIR)@prefix@@mandir@/man8 +targetdir = $(DESTDIR)@sbindir@ +man8dir = $(DESTDIR)@mandir@/man8 .PHONY: clean distclean