commit a6f0a6955a98064952ce357e254ba53478d7127a
parent 2105ce8cc7abd08f79d701bddd23f9fa4e2ee56d
Author: Michael Stapelberg <michael+x200@stapelberg.de>
Date: Wed, 11 Mar 2009 23:49:32 +0100
Forgot one instance of slock in Makefile
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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}