diff options
author | piernov <piernov@piernov.org> | 2012-05-30 11:40:39 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-05-30 11:40:39 +0000 |
commit | 47eb63755a48e6a8e456d5f409831b175f90d249 (patch) | |
tree | fd84be2968330e81570af39094c209d6b51160d8 | |
parent | ee6534b74bf5a4456dbbf34a063abb551239d315 (diff) | |
download | gnome3-47eb63755a48e6a8e456d5f409831b175f90d249.tar.gz gnome3-47eb63755a48e6a8e456d5f409831b175f90d249.tar.bz2 gnome3-47eb63755a48e6a8e456d5f409831b175f90d249.tar.xz gnome3-47eb63755a48e6a8e456d5f409831b175f90d249.zip |
caribou 0.4.2-1 correction chemin etc/
-rwxr-xr-x | caribou/.footprint.i686 | 8 | ||||
-rwxr-xr-x | caribou/.footprint.x86_64 | 8 | ||||
-rwxr-xr-x | caribou/Pkgfile | 1 |
3 files changed, 9 insertions, 8 deletions
diff --git a/caribou/.footprint.i686 b/caribou/.footprint.i686 index caabcbe..b41c819 100755 --- a/caribou/.footprint.i686 +++ b/caribou/.footprint.i686 @@ -1,11 +1,11 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/xdg/ +drwxr-xr-x root/root etc/xdg/autostart/ +-rw-r--r-- root/root etc/xdg/autostart/caribou-autostart.desktop drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/caribou -rwxr-xr-x root/root usr/bin/caribou-preferences -drwxr-xr-x root/root usr/etc/ -drwxr-xr-x root/root usr/etc/xdg/ -drwxr-xr-x root/root usr/etc/xdg/autostart/ --rw-r--r-- root/root usr/etc/xdg/autostart/caribou-autostart.desktop drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/libcaribou/ -rw-r--r-- root/root usr/include/libcaribou/caribou.h diff --git a/caribou/.footprint.x86_64 b/caribou/.footprint.x86_64 index caabcbe..b41c819 100755 --- a/caribou/.footprint.x86_64 +++ b/caribou/.footprint.x86_64 @@ -1,11 +1,11 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/xdg/ +drwxr-xr-x root/root etc/xdg/autostart/ +-rw-r--r-- root/root etc/xdg/autostart/caribou-autostart.desktop drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/caribou -rwxr-xr-x root/root usr/bin/caribou-preferences -drwxr-xr-x root/root usr/etc/ -drwxr-xr-x root/root usr/etc/xdg/ -drwxr-xr-x root/root usr/etc/xdg/autostart/ --rw-r--r-- root/root usr/etc/xdg/autostart/caribou-autostart.desktop drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/libcaribou/ -rw-r--r-- root/root usr/include/libcaribou/caribou.h diff --git a/caribou/Pkgfile b/caribou/Pkgfile index 2a9f0f9..edb1a8b 100755 --- a/caribou/Pkgfile +++ b/caribou/Pkgfile @@ -14,6 +14,7 @@ build() { cd $name-$version sed "s|/usr/bin/python|/usr/bin/python2|" -i tools/make_schema.py tools/fix_gir.py PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --sysconfdir=/etc \ --disable-schemas-compile\ --disable-scrollkeeper make |