aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 1007ea2..e1c1208 100755
--- a/build.sh
+++ b/build.sh
@@ -4,5 +4,5 @@ BDIR="/dev/shm/${PWD##*/}_cmakebuild/"
mkdir -p bin
cmake -S . -B "${BDIR}" && ( cd "${BDIR}" ; make) && \
find "${BDIR}" -maxdepth 1 -perm /u=x,g=x,o=x -type f -exec cp "{}" bin/ \; && \
- cp -v "${BDIR}${PWD##*/}.1" man/
+ cp -v "${BDIR}${PWD##*/}.1.gz" man/