blob: 4c9048e11083ffff5385e3a8458335fa62ddceb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ad,v 1.4 2004/10/05 16:54:29 abs Exp $
--- sounds/Makefile.in.orig 2004-08-08 21:12:13.000000000 +0100
+++ sounds/Makefile.in
@@ -232,7 +232,8 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
galeon_SOUNDS = clicked.wav
-soundlistdir = $(sysconfdir)/sound/events
+examplesdir = $(prefix)/share/examples/galeon
+soundlistdir = $(examplesdir)/sound/events
soundlist_in_files = galeon.soundlist.in
soundlist_DATA = $(soundlist_in_files:.soundlist.in=.soundlist)
EXTRA_DIST = $(galeon_SOUNDS) $(soundlist_in_files)
|