[freeside-commits] branch FREESIDE_4_BRANCH updated. 98298f640d54b04f93e702a80a58e10525193b1e

Ivan ivan at 420.am
Fri Jan 29 23:38:55 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  98298f640d54b04f93e702a80a58e10525193b1e (commit)
      from  ca5cca28fc6ca1b625140d7ba2a7fe48b1107e09 (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 98298f640d54b04f93e702a80a58e10525193b1e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jan 29 23:38:54 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