Mercurial > audlegacy
changeset 823:d2234cb542b3 trunk
[svn] - do not include ${DESTDIR} in the symlink target. reported by mokoshi.
author | nenolod |
---|---|
date | Sun, 12 Mar 2006 11:41:40 -0800 |
parents | c5eb4b762977 |
children | dfce5683ef45 |
files | libaudacious/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libaudacious/Makefile.in Sun Mar 12 10:27:25 2006 -0800 +++ b/libaudacious/Makefile.in Sun Mar 12 11:41:40 2006 -0800 @@ -49,7 +49,7 @@ @echo [adding versioning information to libaudacious] @mv -f ${DESTDIR}/${LIBDIR}/libaudacious.so \ ${DESTDIR}/${LIBDIR}/libaudacious.so.2.0.0 - @ln -sf ${DESTDIR}/${LIBDIR}/libaudacious.so.2.0.0 \ + @ln -sf ${LIBDIR}/libaudacious.so.2.0.0 \ ${DESTDIR}/${LIBDIR}/libaudacious.so.2 - @ln -sf ${DESTDIR}/${LIBDIR}/libaudacious.so.2.0.0 \ + @ln -sf ${LIBDIR}/libaudacious.so.2.0.0 \ ${DESTDIR}/${LIBDIR}/libaudacious.so