[freeside-commits] branch FREESIDE_3_BRANCH updated. dd553650db589f8155022da1a5c1fd647863c888

Jeremy Davis jeremyd at 420.am
Tue Nov 18 12:26:23 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  dd553650db589f8155022da1a5c1fd647863c888 (commit)
      from  658ee9ec1d60d184d94e8edb9aeec57be809ebbe (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 dd553650db589f8155022da1a5c1fd647863c888
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue Nov 18 15:18:04 2014 -0500

    Ticket #2916 Debian packages

diff --git a/debian/rules b/debian/rules
index d82978c..be2a5a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -125,12 +125,11 @@ install-stamp: build-stamp
 	# debian/<package>-whatever.
 
 	install -d $(FREESIDE_DOCUMENT_ROOT)
-	install -d $(TMP)-lib/usr/bin/
 	install -d $(TMP)-webui/usr/local/etc/freeside/
 	install -d $(TMP)/usr/local/etc/freeside/
 	install -d $(FREESIDE_CACHE)/masondata #MASONDATA
 
-	( cd FS/ && $(MAKE) -e DESTDIR=${TMP}-lib install)
+	( cd FS/ && $(MAKE) -e DESTDIR=${TMP} install)
 
         # Install configuration files
 	install -d -o freeside ${FREESIDE_CONF}

-----------------------------------------------------------------------

Summary of changes:
 debian/rules |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)




More information about the freeside-commits mailing list