diff --git a/Makefile.in b/Makefile.in index 3014185..81e090d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,7 +42,7 @@ LOCAL_LIBDIR=@LOCAL_LIBDIR@ FOOMATIC_RIP=@FOOMATIC_RIP@ # foomatic-rip path for a "make inplace" installation -LOCAL_FOOMATIC_RIP=@LOCAL_FOOMATIC_RIP@ +LOCAL_FOOMATIC_RIP=@FOOMATIC_RIP@ # Locations for installing the components of this package BINDIR=$(bindir) @@ -186,10 +186,10 @@ check-config: install-bin: check-config lib/Makefile # This is the only way to get the Perl-generated Makefile using # $(DESTDIR) properly - ( cd lib && \ - $(MAKE) PREFIX=$(PERLPREFIX) && \ - $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) pure_install \ - ) +# ( cd lib && \ +# $(MAKE) PREFIX=$(PERLPREFIX) && \ +# $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) pure_install \ +# ) ${SRC}/mkinstalldirs $(DESTDIR)$(BINDIR) ${SRC}/mkinstalldirs $(DESTDIR)$(SBINDIR) ${SRC}/mkinstalldirs $(DESTDIR)$(ETCDIR)