[gok] Substitute $sounddir in gconf schema file



commit a4eda54bf7fa8baeedd601f12f4b13a94d294f8b
Author: Gerd Kohlberger <gerdk src gnome org>
Date:   Mon Aug 10 20:56:53 2009 +0200

    Substitute $sounddir in gconf schema file
    
    Fixes a regression that was introduced with the migration
    to libcanberra.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0c15542..123b32b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -122,7 +122,7 @@ gok-with-references.schemas.in: $(srcdir)/gok-with-references.schemas.m4
 # a problem building rpms because the rpm build process installs 
 # to a temporary location
 gok.schemas: Makefile gok-with-references.schemas
-	sed s/\$$pkgdatadir/`echo $(pkgdatadir) | sed s/\\\\//\\\\\\\\\\\\//g`/g gok-with-references.schemas > gok.schemas
+	sed -e s/\$$pkgdatadir/`echo $(pkgdatadir) | sed s/\\\\//\\\\\\\\\\\\//g`/g -e s/\$$sounddir/`echo $(sounddir) | sed s/\\\\//\\\\\\\\\\\\//g`/g gok-with-references.schemas > gok.schemas
 
 Keyboard.kbd: FORCE qwerty.kbd
 	cat $(srcdir)/qwerty.kbd | sed 's/qwerty/Keyboard/' > Keyboard.kbd



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]