]> git.sur5r.net Git - i3/i3/commitdiff
Update regexp in make dist
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 9 Nov 2009 20:31:51 +0000 (21:31 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 9 Nov 2009 20:31:51 +0000 (21:31 +0100)
Makefile

index cfc3c14c7e087f7d3f0c013c89d946df623618d9..84f54cba0c1a33ce34254f9a4216179e612a3624 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ dist: distclean
        # Only copy source code from i3-input
        mkdir i3-${VERSION}/i3-input
        find i3-input -maxdepth 1 -type f \( -name "*.c" -or -name "*.h" -or -name "Makefile" \) -exec cp '{}' i3-${VERSION}/i3-input \;
-       sed -e 's/^GIT_VERSION=\(.*\)/GIT_VERSION=${GIT_VERSION}/g;s/^VERSION=\(.*\)/VERSION=${VERSION}/g' common.mk > i3-${VERSION}/common.mk
+       sed -e 's/^GIT_VERSION:=\(.*\)/GIT_VERSION=${GIT_VERSION}/g;s/^VERSION:=\(.*\)/VERSION=${VERSION}/g' common.mk > i3-${VERSION}/common.mk
        # Pre-generate a manpage to allow distributors to skip this step and save some dependencies
        make -C man
        cp man/*.1 i3-${VERSION}/man/