New comment by Goorzhel on void-packages repository https://github.com/void-linux/void-packages/pull/33272#issuecomment-932843437 Comment: Another foible I need advice on: `src/Makefile` depends on CWD being a Git repo: ``` GIT_VERSION := $(shell git describe --tags `git rev-list --tags --max-count=1`) GIT_COMMIT := $(shell git rev-list --all --max-count=1 | cut -c 1-8) VERSION = $(GIT_VERSION)-$(GIT_COMMIT) ``` So this version of the Void package, being built from a tarball, does this — ``` ❯ proot --version | head -4 _____ _____ ___ | __ \ __ \_____ _____| |_ | __/ / _ \/ _ \ _| |__| |__|__\_____/\_____/\____| - ``` — instead of `5.2.0-d0a02a66`.