diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-11-18 14:15:15 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-11-18 14:15:15 -0500 |
commit | 7c3953740b7b020f0f612e945e3b39adf807c652 (patch) | |
tree | ba85ae32fc849bc5bc984f3fa908dd36909b8b07 | |
parent | ec90a3dc9531211c4878757f32928ccd95e48b29 (diff) |
Ticket 2916 Debian packages
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index e69d411d2..c658278d9 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} |