summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnome/dasher/.footprint8
-rw-r--r--gnome/dasher/Pkgfile1
-rwxr-xr-xgnome/dasher/post-install2
3 files changed, 6 insertions, 5 deletions
diff --git a/gnome/dasher/.footprint b/gnome/dasher/.footprint
index c82b22054..efc3fd4e6 100644
--- a/gnome/dasher/.footprint
+++ b/gnome/dasher/.footprint
@@ -1,10 +1,10 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/gconf/
+drwxr-xr-x root/root etc/gconf/schemas/
+-rw-r--r-- root/root etc/gconf/schemas/dasher.schemas
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dasher
-drwxr-xr-x root/root usr/etc/
-drwxr-xr-x root/root usr/etc/gconf/
-drwxr-xr-x root/root usr/etc/gconf/schemas/
--rw-r--r-- root/root usr/etc/gconf/schemas/dasher.schemas
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dasher.1.gz
diff --git a/gnome/dasher/Pkgfile b/gnome/dasher/Pkgfile
index 192e0b8df..c2cd4360b 100644
--- a/gnome/dasher/Pkgfile
+++ b/gnome/dasher/Pkgfile
@@ -13,6 +13,7 @@ source=(http://download.gnome.org/desktop/${gnomever%.*}/$gnomever/sources/$name
build() {
cd $name-$version
./configure --prefix=$GNOME_PREFIX \
+ --sysconfdir=/etc \
--mandir=/usr/man \
--with-a11y=yes \
--with-gnome=yes \
diff --git a/gnome/dasher/post-install b/gnome/dasher/post-install
index 7e2f0f5dd..ec6a744f7 100755
--- a/gnome/dasher/post-install
+++ b/gnome/dasher/post-install
@@ -3,7 +3,7 @@
port=dasher
# gconf schemas
-SCHEMAS="`pkginfo -l $port | grep usr/etc/gconf/schemas/.*\.schemas$`"
+SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`"
for SCHEMA in $SCHEMAS
do