changeset 670:c72fde5918ae trunk

[svn] We had this backwards.
author nenolod
date Thu, 23 Feb 2006 18:56:34 -0800
parents fb0b76f1c919
children 3e03da73a514
files libaudacious/Makefile.in
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libaudacious/Makefile.in	Thu Feb 23 17:04:36 2006 -0800
+++ b/libaudacious/Makefile.in	Thu Feb 23 18:56:34 2006 -0800
@@ -56,7 +56,5 @@
 
 install-posthook:
 	@echo [adding versioning information to libaudacious]
-	@mv ${DESTDIR}/${LIBDIR}/libaudacious.so \
+	@ln -sf ${DESTDIR}/${LIBDIR}/libaudacious.so \
 		${DESTDIR}/${LIBDIR}/libaudacious.so.2
-	@ln -sf ${DESTDIR}/${LIBDIR}/libaudacious.so.2 \
-		${DESTDIR}/${LIBDIR}/libaudacious.so