diff --git a/Makefile b/Makefile index 7de7229bef11a9974ab3ee5547339636a0f8c78b..77234828181e7ac32a183ab955191210f5df66b7 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,7 @@ uninstall: dist: mkdir /tmp/feh-${VERSION} git --work-tree=/tmp/feh-${VERSION} checkout -f + cp src/deps.mk /tmp/feh-${VERSION}/src/deps.mk sed -i 's/^VERSION ?= .*$$/VERSION ?= ${VERSION}/' \ /tmp/feh-${VERSION}/config.mk tar -C /tmp -cjf ../feh-${VERSION}.tar.bz2 feh-${VERSION}