Mercurial > audlegacy
changeset 662:12a80727e175 trunk
[svn] honour DESTDIR here too
author | nenolod |
---|---|
date | Wed, 22 Feb 2006 17:23:01 -0800 |
parents | d34367a7f6c9 |
children | de036d09f9f7 |
files | libaudacious/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libaudacious/Makefile.in Wed Feb 22 17:17:52 2006 -0800 +++ b/libaudacious/Makefile.in Wed Feb 22 17:23:01 2006 -0800 @@ -58,5 +58,5 @@ @echo [adding versioning information to libaudacious] @mv ${DESTDIR}/${LIBDIR}/libaudacious.so \ ${DESTDIR}/${LIBDIR}/libaudacious.so.2 - @ln -sf ${LIBDIR}/libaudacious.so.2 \ - ${LIBDIR}/libaudacious.so + @ln -sf ${DESTDIR}/${LIBDIR}/libaudacious.so.2 \ + ${DESTDIR}/${LIBDIR}/libaudacious.so