fixed one more hard-coded path

changed the Makefile echo output so it also uses the prefix
environment variables just like the install calls.
This commit is contained in:
Wolfgang Hommel
2011-05-22 00:05:24 +02:00
parent 4991c61b77
commit 2a384f70ba

View File

@@ -72,7 +72,7 @@ distclean: clean
install: ${LIBS}
@echo
@echo "Copying the libraries to /usr/lib/faketime and the wrapper script to /usr/bin ..."
@echo "Copying the faketime libraries to ${DESTDIR}${PREFIX}/lib/faketime and the faketime wrapper script to ${DESTDIR}${PREFIX}/bin ..."
$(INSTALL) -dm0755 "${DESTDIR}${PREFIX}/lib/faketime/"
$(INSTALL) -m0644 ${LIBS} "${DESTDIR}${PREFIX}/lib/faketime/"
$(INSTALL) -Dm0755 faketime "${DESTDIR}${PREFIX}/bin/faketime"