blob: 8c24f326a2fda86209a253df8971b1fb6ba272c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.5 2004/11/25 09:33:41 adam Exp $
--- sounds/Makefile.in.orig 2004-11-20 20:58:54.000000000 +0000
+++ sounds/Makefile.in
@@ -227,7 +227,7 @@ target_alias = @target_alias@
balsa_SOUNDS = startup.wav newmail.wav
balsasoundsdir = $(datadir)/sounds/balsa
balsasounds_DATA = $(balsa_SOUNDS)
-soundlistdir = $(sysconfdir)/sound/events
+soundlistdir = ${prefix}/share/examples/balsa
soundlist_in_files = balsa.soundlist.in
soundlist_DATA = $(soundlist_in_files:.soundlist.in=.soundlist)
EXTRA_DIST = $(balsa_SOUNDS) $(soundlist_in_files)
|