From a6f0a6955a98064952ce357e254ba53478d7127a Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 11 Mar 2009 23:49:32 +0100 Subject: [PATCH] Forgot one instance of slock in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f0c9b7..fcb66f1 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p i3lock-${VERSION} - @cp -R LICENSE Makefile README config.mk ${SRC} slock-${VERSION} + @cp -R LICENSE Makefile README config.mk i3lock.1 ${SRC} i3lock-${VERSION} @tar -cf i3lock-${VERSION}.tar i3lock-${VERSION} @gzip i3lock-${VERSION}.tar @rm -rf i3lock-${VERSION}