abinfo "Moving /usr/lib64 => /usr/lib ..."
mv -v "$PKGDIR"/usr/lib{64,}

abinfo "Moving CMake modules to the correct location ..."
mkdir -pv "$PKGDIR"/usr/share
mv -v "$PKGDIR"/usr/cmake \
    "$PKGDIR"/usr/share/cmake
