New release.
This commit is contained in:
parent
dbaa42c1ff
commit
dd16ff577e
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
|||||||
PACKAGE = 'build_zsh'
|
PACKAGE = 'build_zsh'
|
||||||
VERSION = '0.4.0'
|
VERSION = '0.4.1'
|
||||||
|
|
||||||
PREFIX := /usr/local
|
PREFIX := /usr/local
|
||||||
BINDIR := $(PREFIX)/bin
|
BINDIR := $(PREFIX)/bin
|
||||||
@ -285,7 +285,7 @@ $(PACKAGE)-$(VERSION).tar.bz2: distdir
|
|||||||
$(PACKAGE)-$(VERSION)/Makefile
|
$(PACKAGE)-$(VERSION)/Makefile
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo ' :: build_zsh-0.4.0'
|
@echo ' :: build_zsh-0.4.1'
|
||||||
@echo ''
|
@echo ''
|
||||||
@echo 'Generic targets:'
|
@echo 'Generic targets:'
|
||||||
@echo ' - help Prints this help message.'
|
@echo ' - help Prints this help message.'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
package=build_zsh
|
package=build_zsh
|
||||||
version=0.4.0
|
version=0.4.1
|
||||||
|
|
||||||
targets=(build.zsh)
|
targets=(build.zsh)
|
||||||
type[build.zsh]=script
|
type[build.zsh]=script
|
||||||
|
Loading…
Reference in New Issue
Block a user