14 lines
555 B
Plaintext
14 lines
555 B
Plaintext
$NetBSD: patch-ac,v 1.4 2010/09/07 19:12:03 adam Exp $
|
|
|
|
--- sounds/Makefile.in.orig 2010-08-21 20:53:37.000000000 +0000
|
|
+++ sounds/Makefile.in
|
|
@@ -261,7 +261,7 @@ top_srcdir = @top_srcdir@
|
|
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)
|