From: dbs Date: Thu, 30 Oct 2008 18:51:39 +0000 (+0000) Subject: Backport r10942 from trunk, now that offline-config.pl is generated by eg_db_config.pl X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=149c0c0f0b8437990fe8e525dd609f4f3545dd00;p=Evergreen.git 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 --- 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