mirror of https://github.com/dyne/zuper.git
bump version and add simple makefile
This commit is contained in:
parent
b2da062138
commit
4fed4af700
|
|
@ -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
|
||||
Loading…
Reference in New Issue