diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |
