[open-ils-commits] r10992 - branches/rel_1_4/Open-ILS/src
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Oct 30 14:51:43 EDT 2008
Author: dbs
Date: 2008-10-30 14:51:39 -0400 (Thu, 30 Oct 2008)
New Revision: 10992
Modified:
branches/rel_1_4/Open-ILS/src/Makefile.am
Log:
Backport r10942 from trunk, now that offline-config.pl is generated by eg_db_config.pl
Modified: branches/rel_1_4/Open-ILS/src/Makefile.am
===================================================================
--- branches/rel_1_4/Open-ILS/src/Makefile.am 2008-10-30 18:07:20 UTC (rev 10991)
+++ branches/rel_1_4/Open-ILS/src/Makefile.am 2008-10-30 18:51:39 UTC (rev 10992)
@@ -251,7 +251,6 @@
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
More information about the open-ils-commits
mailing list