Makefile: fix deps for install target

This commit is contained in:
Daniel Micay 2012-10-26 23:19:37 -04:00
parent df82b38d57
commit eb2811c9ff
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ LDLIBS := ${shell pkg-config --libs ${GTK} ${VTE}}
termite: termite.cc util/memory.hh url_regex.hh
${CXX} ${CXXFLAGS} ${LDFLAGS} $< ${LDLIBS} -o $@
install: termite
install: termite termite.desktop termite.terminfo
mkdir -p ${DESTDIR}${TERMINFO}
install -Dm755 termite ${DESTDIR}${PREFIX}/bin/termite
install -Dm644 termite.desktop ${DESTDIR}${PREFIX}/share/applications/termite.desktop