summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2014-11-17 16:22:15 -0500
committerJeremy Davis <jeremyd@freeside.biz>2014-11-17 16:22:15 -0500
commitec90a3dc9531211c4878757f32928ccd95e48b29 (patch)
tree06a91067e0bc352aec32d15ff17945d1cbe3ae9a
parentc84d0c513a89e48f3d4b234e054b3b6f7487825d (diff)
Ticket #2916 Debian Packages
-rwxr-xr-xdebian/rules11
1 files changed, 8 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 69ea5f73d..e69d411d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,9 +93,11 @@ build-stamp:
dh_testdir
# Add commands to compile the package here
- ( cd FS/ && $(PERL) Makefile.PL INSTALLDIRS=vendor )
-
- $(MAKE) -e DESTDIR=${TMP}-lib perl-modules
+ ( cd FS/ && $(PERL) Makefile.PL INSTALLDIRS=vendor && [ -e Makefile ] || perl Makefile.PL && make )
+
+ #install this for freeside-setup
+ install -d $(DIST_CONF)
+ install `ls -d conf/[a-z]* | grep -v CVS | grep -v '^conf/registries'` $(DIST_CONF)
#TEST#
@@ -123,10 +125,13 @@ 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 UNINST=1 )
+
# Install configuration files
install -d -o freeside ${FREESIDE_CONF}