more accurate split of files into -webui and -lib packages
[freeside.git] / Makefile
index 91b14b8..0647bed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ RT_PATH = /opt/rt3
 
 #only used for dev kludge now, not a big deal
 FREESIDE_PATH = `pwd`
-PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.20.2/
+PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.22.1/
 
 VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2`
 TAG := freeside_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/g'`
@@ -194,7 +194,7 @@ install-docs: docs
        " ${MASON_HANDLER} || true
        mkdir -p ${FREESIDE_EXPORT}/profile
        chown freeside ${FREESIDE_EXPORT}/profile
-       rm -r ${MASONDATA}
+       rm -rf ${MASONDATA}
        mkdir ${MASONDATA}
        chown -R freeside ${MASONDATA}