fix install target of makefile
This commit is contained in:
parent
8b392c5bab
commit
566ec45337
1 changed files with 4 additions and 4 deletions
8
configure
vendored
8
configure
vendored
|
@ -31,10 +31,10 @@ esv: ${OBJS}
|
||||||
clean:
|
clean:
|
||||||
rm -f esv ${OBJS} ${INIOBJS}
|
rm -f esv ${OBJS} ${INIOBJS}
|
||||||
|
|
||||||
install: esv
|
install:
|
||||||
install -m755 esv ${DESTDIR}${PREFIX}/bin/esv
|
install -Dm755 esv ${DESTDIR}${PREFIX}/bin/esv
|
||||||
cp -f esv.1 ${DESTDIR}${MANPREFIX}/man1
|
install -Dm644 esv.1 ${DESTDIR}${MANPREFIX}/man1/esv.1
|
||||||
cp -f esv.conf.5 ${DESTDIR}${MANPREFIX}/man5
|
install -Dm644 esv.conf.5 ${DESTDIR}${MANPREFIX}/man5/esv.conf.5
|
||||||
|
|
||||||
.PHONY: all clean install
|
.PHONY: all clean install
|
||||||
'
|
'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue