[freeside-commits] branch master updated. f27fc0c47675bb7b3aab58153caf51a435c7a610

Jeremy Davis jeremyd at 420.am
Tue Nov 18 11:14:27 PST 2014


The branch, master has been updated
       via  f27fc0c47675bb7b3aab58153caf51a435c7a610 (commit)
      from  0c9ebb4513cc31abb424d56cd9e6290da1814167 (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 f27fc0c47675bb7b3aab58153caf51a435c7a610
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue Nov 18 14:14:14 2014 -0500

    Ticket 2916 Debian packages

diff --git a/debian/rules b/debian/rules
index e69d411..c658278 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,7 +93,7 @@ build-stamp:
 	dh_testdir
 	# Add commands to compile the package here
 	
-	( cd FS/ && $(PERL) Makefile.PL INSTALLDIRS=vendor && [ -e Makefile ] || perl Makefile.PL && make )
+	( cd FS/ && $(PERL) Makefile.PL PREFIX=$(TMP)-lib/usr INSTALLDIRS=vendor && [ -e Makefile ] || perl Makefile.PL && make )
 	
 	#install this for freeside-setup
 	install -d $(DIST_CONF)
@@ -130,7 +130,7 @@ install-stamp: build-stamp
 	install -d $(TMP)/usr/local/etc/freeside/
 	install -d $(FREESIDE_CACHE)/masondata #MASONDATA
 
-	( cd FS/ && $(MAKE) -e DESTDIR=${TMP}-lib install UNINST=1 )
+	( cd FS/ && $(MAKE) -e DESTDIR=${TMP}-lib install)
 
         # Install configuration files
 	install -d -o freeside ${FREESIDE_CONF}

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

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




More information about the freeside-commits mailing list