Mercurial > audlegacy
changeset 702:125772830320 trunk
[svn] - fix installation i think
author | nenolod |
---|---|
date | Sun, 26 Feb 2006 15:05:40 -0800 |
parents | d539e5c5f730 |
children | d84e90a38980 |
files | libaudacious/Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libaudacious/Makefile.in Sun Feb 26 13:08:35 2006 -0800 +++ b/libaudacious/Makefile.in Sun Feb 26 15:05:40 2006 -0800 @@ -56,5 +56,7 @@ install-posthook: @echo [adding versioning information to libaudacious] - @ln -sf ${DESTDIR}/${LIBDIR}/libaudacious.so \ + @mv -f ${DESTDIR}/${LIBDIR}/libaudacious.so \ ${DESTDIR}/${LIBDIR}/libaudacious.so.2 + @ln -sf ${DESTDIR}/${LIBDIR}/libaudacious.so.2 \ + ${DESTDIR}/${LIBDIR}/libaudacious.so