From 149c0c0f0b8437990fe8e525dd609f4f3545dd00 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 30 Oct 2008 18:51:39 +0000 Subject: [PATCH] Backport r10942 from trunk, now that offline-config.pl is generated by eg_db_config.pl git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@10992 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/src/Makefile.am b/Open-ILS/src/Makefile.am index c14221e314..77dffbe1e7 100644 --- a/Open-ILS/src/Makefile.am +++ b/Open-ILS/src/Makefile.am @@ -251,7 +251,6 @@ offline-install: mkdir -p $(CGIDIR)/offline; mkdir -p $(datadir)/offline; perl -pe "s{##CONFIG##}{@sysconfdir@}" < @srcdir@/offline/offline.pl > $(TMP)/offline.pl; - cp @srcdir@/offline/offline-config.pl @sysconfdir@ cp $(TMP)/offline.pl $(DESTDIR)$(CGIDIR)/offline/ chmod +x $(DESTDIR)$(CGIDIR)/offline/offline.pl -- 2.11.0