blob: 7bfd6faac5e100f66eb4ff72a264889e3ec82baf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1.1.1 2003/04/27 00:42:58 rh Exp $
--- sounds/Makefile.in.orig 2003-03-22 19:45:30.000000000 +1000
+++ sounds/Makefile.in
@@ -126,7 +126,7 @@ EXTRA_DIST = $(balsa_SOUNDS) $(balsa_SOU
balsasoundsdir = $(datadir)/sounds/balsa
balsasounds_DATA = $(balsa_SOUNDS)
-soundlistdir = $(sysconfdir)/sound/events
+soundlistdir = ${prefix}/share/examples/balsa
soundlist_DATA = $(balsa_SOUNDLISTS)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
|