blob: 51cc82e829615eb578673297bacd062bbd91d072 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1 2003/12/29 12:05:20 xtraeme Exp $
--- battstat/sounds/Makefile.in.orig 2003-12-13 15:42:24.000000000 -0600
+++ battstat/sounds/Makefile.in
@@ -148,7 +148,7 @@ WARN_CXXFLAGS = @WARN_CXXFLAGS@
X_LIBS = @X_LIBS@
gnomelocaledir = @gnomelocaledir@
-soundlistdir = $(sysconfdir)/sound/events
+soundlistdir = $(datadir)/examples/gnome-applets/sound/events
soundlist_in_files = battstat_applet.soundlist.in
soundlist_DATA = $(soundlist_in_files:.soundlist.in=.soundlist)
|