summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2013-07-30 17:17:10 -0400
committerJeremy Davis <jeremyd@freeside.biz>2013-07-30 17:17:10 -0400
commitc2ae28b7aa418bca6e6c54986867d99e5638acd0 (patch)
treec27ebc3a721323f0c10b1cfeea9f4cc8f802de57 /debian/rules
parentbd97a17f72682a1ad4ecf4db2eb6747cc0bb4981 (diff)
#2916 Changes to debian packaging
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index a8835e5fe..3b5ff41af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -133,10 +133,11 @@ install-stamp: build-stamp
#hack the build dir out of Freeside too. oh yeah, sucky.
perl -p -i -e "\
s'${TMP}(-webui)?''g;\
- " ${TMP}-webui/usr/share/freeside/handler.pl \
- ${TMP}/usr/share/perl5/FS/* \
- ${TMP}/usr/share/perl5/FS/*/* \
- ${TMP}/usr/bin/*
+ " ${TMP}-webui/usr/local/etc/freeside/handler.pl \
+ ${TMP}-webui/etc/freeside/apache2/* \
+ ${TMP}-lib/usr/share/perl5/FS/* \
+ ${TMP}-lib/usr/share/perl5/FS/*/* \
+ ${TMP}-lib/usr/bin/*
#rm -r $(FREESIDE_DOCUMENT_ROOT).*