makefile: fix release target
This commit is contained in:
parent
82b429c910
commit
e1e3cd4940
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ install:
|
|||||||
release:
|
release:
|
||||||
[ -f i3status-${VERSION} ] || rm -rf i3status-${VERSION}
|
[ -f i3status-${VERSION} ] || rm -rf i3status-${VERSION}
|
||||||
mkdir i3status-${VERSION}
|
mkdir i3status-${VERSION}
|
||||||
cp *.c *.h *.1 *.conf Makefile i3status-${VERSION}
|
find . -maxdepth 1 -type f \( -regex ".*\.\(c\|conf\|1\|h\)" -or -name "Makefile" \) -exec cp '{}' i3status-${VERSION} \;
|
||||||
tar cjf i3status-${VERSION}.tar.bz2 i3status-${VERSION}
|
tar cjf i3status-${VERSION}.tar.bz2 i3status-${VERSION}
|
||||||
rm -rf i3status-${VERSION}
|
rm -rf i3status-${VERSION}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user