diff options
-rwxr-xr-x | build | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -16,3 +16,15 @@ build: HOME="$${PWD}/src/Build" oh-autotest -B src/Build -- \ ARGS='--output-on-failure -E CTestTestUpload' touch $@ + +install: build + #oh-autoinstall -B src/Build + # We don't need Bash completions. + rm dest/usr/share/cmake-3.0/completions/* + # We don't need Emacs Lisp and Vimscript files. + rm dest/usr/share/cmake-3.0/editors/*/* + # We provide copyright information ourselves. + find dest/usr/share/doc/cmake -name Copyright.txt -exec rm '{}' ';' + oh-fixperms + oh-strip + oh-installfiles |