diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-01-18 16:04:43 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-01-18 16:04:43 +0400 |
commit | d77e678421d04f7d0d13617204e146b37680b13d (patch) | |
tree | d634afc046268e42181b33a27ef3a90fe0f7d97a | |
parent | 9c095d6c22ed19ef4c37e8892c41f1c6ab15b9bd (diff) |
generated tar file renamed to XXX-farajli.tar.gz
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ dist: clean arg.h slstatus.h slstatus.c $(REQ:=.c) $(REQ:=.h) \ slreload slstatus.1 "slstatus" cp -R $(COM:=.c) "slstatus/components" - tar -czf slstatus.tar.gz slstatus + tar -czf slstatus-farajli.tar.gz slstatus rm -rf "slstatus" install: all |