pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/gnome-audio Remove the target before attempting ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6417c4e05ae8
branches:  trunk
changeset: 465196:6417c4e05ae8
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Tue Dec 23 18:05:57 2003 +0000

description:
Remove the target before attempting to symlink, to work around certain
versions of ln which do not support that operation.

diffstat:

 audio/gnome-audio/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r edc83c268084 -r 6417c4e05ae8 audio/gnome-audio/Makefile
--- a/audio/gnome-audio/Makefile        Tue Dec 23 18:01:48 2003 +0000
+++ b/audio/gnome-audio/Makefile        Tue Dec 23 18:05:57 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/12/03 02:33:53 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2003/12/23 18:05:57 sketch Exp $
 #
 
 DISTNAME=      gnome-audio-2.0.0
@@ -20,6 +20,8 @@
                ${INSTALL_DATA_DIR} ${PREFIX}/share/sounds/$$dst; \
                ${INSTALL_DATA} $$f ${PREFIX}/share/sounds/$$f; \
        done
+       ${RM} ${PREFIX}/share/sounds/login.wav
+       ${RM} ${PREFIX}/share/sounds/logout.wav
        ${LN} -fs startup3.wav ${PREFIX}/share/sounds/login.wav
        ${LN} -fs shutdown1.wav ${PREFIX}/share/sounds/logout.wav
 



Home | Main Index | Thread Index | Old Index