blob: a2d2abfd37055c9e2dc32c840f3ef067c86a816b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.2 2004/03/31 12:37:00 recht Exp $
--- sounds/Makefile.in.orig 2004-03-29 00:10:46.000000000 +0200
+++ sounds/Makefile.in 2004-03-31 14:08:17.000000000 +0200
@@ -133,7 +133,7 @@
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
|