summaryrefslogtreecommitdiffstats
path: root/devel/cppcheck/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cppcheck/INSTALL')
-rwxr-xr-xdevel/cppcheck/INSTALL4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cppcheck/INSTALL b/devel/cppcheck/INSTALL
index 621f3f869f..a6d9909e0c 100755
--- a/devel/cppcheck/INSTALL
+++ b/devel/cppcheck/INSTALL
@@ -1 +1,3 @@
-make PREFIX=${INSTALL_ROOT}/usr install
+make PREFIX=${INSTALL_ROOT}/usr CFGDIR=/usr/share/cppcheck/cfg install &&
+mkdir -p ${INSTALL_ROOT}/usr/share/cppcheck/cfg &&
+install -m644 ${SOURCE_DIRECTORY}/cfg/* ${INSTALL_ROOT}/usr/share/cppcheck/cfg/