diff options
author | Cem Keylan <cem@ckyln.com> | 2021-04-29 22:56:53 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-04-29 22:56:53 +0300 |
commit | 174c45c99be017d7f04b4da53ee61aff19c2af14 (patch) | |
tree | 32e5029d8aa8da55dc7872f1e5565484dfc9b36f /extra/cmake/build | |
parent | 83d719c436939f24aec04c52649f74c1d2342770 (diff) | |
download | repository-174c45c99be017d7f04b4da53ee61aff19c2af14.tar.gz |
cmake: bump to 3.20.2
Diffstat (limited to 'extra/cmake/build')
-rwxr-xr-x | extra/cmake/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/cmake/build b/extra/cmake/build index a2de31ab..0cf437d5 100755 --- a/extra/cmake/build +++ b/extra/cmake/build @@ -29,3 +29,6 @@ else make make DESTDIR="$1" install fi + +# This isn't the actual documentation +rm -r "$1/usr/doc" |