Skip to content

Commit

Permalink
Propagate the INSTALL_ROOT to DESTDIR for zeromq
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Jun 26, 2012
1 parent 3c57587 commit 16da04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/external/Makefile
Expand Up @@ -26,7 +26,7 @@ zeromq/Makefile: zeromq/configure
(cd zeromq ; ./configure --without-documentation --prefix=${PREFIX})

zeromq-install zeromq-uninstall zeromq-clean zeromq-distclean:
${MAKE} -C zeromq ${@:zeromq-%=%}
${MAKE} -C zeromq ${@:zeromq-%=%} DESTDIR=${INSTALL_ROOT}

nzmqt-all: zeromq-all
(cd nzmqt/src ; ${QMAKE} -o Makefile)
Expand Down

0 comments on commit 16da04d

Please sign in to comment.