changeset 3663:75372888e065

I always forget something today :(.
author Jonathan Schleifer <js@h3c.de>
date Thu, 27 Sep 2007 22:06:11 +0200
parents 0a82e6c75d7f
children 9e4edc01a0e3
files src/audacious/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/Makefile	Thu Sep 27 22:02:58 2007 +0200
+++ b/src/audacious/Makefile	Thu Sep 27 22:06:11 2007 +0200
@@ -234,7 +234,7 @@
 		for i in ${PROG}; do \
 			i="lib$$i.a"; \
 			if test -f ${DESTDIR}${libdir}/$$i; then \
-				if rm -f ${DESTDIR}${libdir}/$$i; then
+				if rm -f ${DESTDIR}${libdir}/$$i; then \
 					${DELETE_OK}; \
 				else \
 					${DELETE_FAILED}; \