From 6af5ad29b783a54340e1379f67cebd3e6ebc5354 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 28 Oct 2008 19:41:02 +0000 Subject: [PATCH] There's no there there. Fix up remaining offline-config.pl bit (now generated by eg_db_config.pl) git-svn-id: svn://svn.open-ils.org/ILS/trunk@10942 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