[freeside-commits] branch master updated. fdc37a9bdc0da568ed1629a8e572246336e25754
Jeremy Davis
jeremyd at 420.am
Tue Nov 18 12:18:12 PST 2014
The branch, master has been updated
via fdc37a9bdc0da568ed1629a8e572246336e25754 (commit)
from 707368aa7db1cecdd05b74c8531249a1e1370823 (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 fdc37a9bdc0da568ed1629a8e572246336e25754
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