pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/gnome-audio Use '-f' when removing read-only fil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6eef2661581b
branches: trunk
changeset: 471227:6eef2661581b
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Mar 22 08:12:28 2004 +0000
description:
Use '-f' when removing read-only files. Otherwise user confirmation
may be required.
diffstat:
audio/gnome-audio/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 18efa892c8b8 -r 6eef2661581b audio/gnome-audio/Makefile
--- a/audio/gnome-audio/Makefile Mon Mar 22 06:33:58 2004 +0000
+++ b/audio/gnome-audio/Makefile Mon Mar 22 08:12:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/03/08 19:40:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.12 2004/03/22 08:12:28 minskim Exp $
#
DISTNAME= gnome-audio-2.0.0
@@ -23,8 +23,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
+ ${RM} -f ${PREFIX}/share/sounds/login.wav
+ ${RM} -f ${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