diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2de685b --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +DESTDIR?= +PREFIX?=/usr + +all: + @echo "Nothing to be make. Make install to ${DESTDIR}${PREFIX}/share/zuper" + +install: + install -d ${DESTDIR}${PREFIX}/share/zuper + install -p -m 644 zuper ${DESTDIR}${PREFIX}/share/zuper/zuper + install -p -m 644 zuper.init ${DESTDIR}${PREFIX}/share/zuper/zuper.init diff --git a/zuper b/zuper index eadf1d0..020fb63 100755 --- a/zuper +++ b/zuper @@ -39,7 +39,7 @@ vars=(DEBUG QUIET LOG) arrs=(req freq) vars+=(zuper_version) -zuper_version=0.3 +zuper_version=0.4 # load necessary zsh extensions zmodload zsh/regex