diff options
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 9 |
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).* |
