[freeside-commits] branch FREESIDE_4_BRANCH updated. 6089ce5111d50813cf40194a2f36dab1343b4484
Ivan Kohler
ivan at freeside.biz
Wed May 27 14:29:15 PDT 2020
The branch, FREESIDE_4_BRANCH has been updated
via 6089ce5111d50813cf40194a2f36dab1343b4484 (commit)
from f86ff9578c93589fe5326ae9e048f593ac7217ac (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6089ce5111d50813cf40194a2f36dab1343b4484
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed May 27 14:28:50 2020 -0700
deposit slips
diff --git a/debian/freeside-lib.dirs b/debian/freeside-lib.dirs
new file mode 100644
index 000000000..0743d662c
--- /dev/null
+++ b/debian/freeside-lib.dirs
@@ -0,0 +1 @@
+/usr/local/etc/freeside
diff --git a/debian/rules b/debian/rules
index e32910f1c..88a0dfb97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -171,9 +171,9 @@ install-stamp: build-stamp
# Install tex
install -d ${TEXMF_PATH}
install -o freeside -m 444 etc/*.sty ${TEXMF_PATH}
- install -o root -m 444 etc/GnuMICR.otf /usr/local/etc/freeside
+ install -o root -m 444 -D etc/GnuMICR.otf $(TMP)-lib/usr/local/etc/freeside/GnuMICR.otf
- # Create Apache configurations
+# Create Apache configurations
install -d $(APACHE_CONF)
$(MAKE) -e DESTDIR=$(APACHE_CONF) install-apache
install -o root -m 755 init.d/insserv-override-apache2 $(TMP)-webui/etc/insserv/overrides/apache2
-----------------------------------------------------------------------
Summary of changes:
debian/freeside-lib.dirs | 1 +
debian/rules | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
create mode 100644 debian/freeside-lib.dirs
More information about the freeside-commits
mailing list