Makefile: minor cleanup for install target

This commit is contained in:
Daniel Micay 2012-07-08 03:56:43 -04:00
parent 34f209634a
commit 97c4c2749c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ termite: termite.c
${CC} ${CFLAGS} -o $@ $< ${LDFLAGS}
install: termite
mkdir -p ${DESTDIR}${PREFIX}/bin ${DESTDIR}${TERMINFO}
mkdir -p ${DESTDIR}${TERMINFO}
install -Dm755 termite ${DESTDIR}${PREFIX}/bin/termite
tic termite.terminfo -o ${DESTDIR}${TERMINFO}
install -Dm644 termite.vim ${DESTDIR}${PREFIX}/share/vim/vimfiles/plugin/termite.vim