blob: 73a4303e55dd41c103a43ef6e3ed7db9e5c08101 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.3 2004/07/23 15:09:57 recht Exp $
--- sounds/Makefile.in.orig 2004-07-10 08:39:57.000000000 +0200
+++ sounds/Makefile.in 2004-07-23 12:08:11.000000000 +0200
@@ -215,7 +215,7 @@
EXTRA_DIST = $(balsa_SOUNDS) $(balsa_SOUNDLISTS)
balsasoundsdir = $(datadir)/sounds/balsa
balsasounds_DATA = $(balsa_SOUNDS)
-soundlistdir = $(sysconfdir)/sound/events
+soundlistdir = ${prefix}/share/examples/balsa
soundlist_DATA = $(balsa_SOUNDLISTS)
all: all-am
|