[freeside-commits] branch master updated. a7a1836a29ad86b033e8d858fe999d03af2c54e4
Ivan
ivan at 420.am
Fri Jan 29 23:38:54 PST 2016
The branch, master has been updated
via a7a1836a29ad86b033e8d858fe999d03af2c54e4 (commit)
from b90cdc198bbf6750579447bdb3c32fd7551fca83 (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 a7a1836a29ad86b033e8d858fe999d03af2c54e4
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Jan 29 23:38:53 2016 -0800
install bin/* in examples/
diff --git a/debian/rules b/debian/rules
index 4a2bf6e..334b652 100755
--- a/debian/rules
+++ b/debian/rules
@@ -273,12 +273,12 @@ install-stamp: build-stamp
perl -p -i -e "\
s'${TMP}(-webui|-lib)''g;\
s'${TMP}''g;\
- " ${TMP}/opt/rt3/etc/*.pm \
- ${TMP}/opt/rt3/lib/*.pm \
- ${TMP}/opt/rt3/lib/RT/*.pm \
- ${TMP}/opt/rt3/etc/upgrade/* \
- ${TMP}/opt/rt3/sbin/* \
- ${TMP}/opt/rt3/bin/* \
+ " ${TMP}(-lib)?/opt/rt3/etc/*.pm \
+ ${TMP}(-lib)?/opt/rt3/lib/*.pm \
+ ${TMP}(-lib)?/opt/rt3/lib/RT/*.pm \
+ ${TMP}(-lib)?/opt/rt3/etc/upgrade/* \
+ ${TMP}(-lib)?/opt/rt3/sbin/* \
+ ${TMP}(-lib)?/opt/rt3/bin/* \
# Default RT Settings
perl -p -i -e "\
@@ -299,7 +299,7 @@ binary-indep: build install
dh_testroot
dh_installdeb install
dh_installdocs #freeside.docs README AGPL
- dh_installexamples eg/* bin
+ dh_installexamples eg/* bin/*
# dh_installmenu
dh_installdebconf
# dh_installlogrotate
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
More information about the freeside-commits
mailing list