diff options
author | piernov <piernov@piernov.org> | 2012-05-30 11:47:14 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-05-30 11:47:14 +0000 |
commit | c59914d2b236d8b87604243d474d5e60eb246c35 (patch) | |
tree | 5007185eb5e665bf6e8c2094c8701af7eaa5744d /glib | |
parent | b90a363d86e3188239639c1dd3185964fcf2bfdf (diff) | |
download | nutyx-pakxe-c59914d2b236d8b87604243d474d5e60eb246c35.tar.gz nutyx-pakxe-c59914d2b236d8b87604243d474d5e60eb246c35.tar.bz2 nutyx-pakxe-c59914d2b236d8b87604243d474d5e60eb246c35.tar.xz nutyx-pakxe-c59914d2b236d8b87604243d474d5e60eb246c35.zip |
glib correction chemin etc/
Diffstat (limited to 'glib')
-rw-r--r-- | glib/.footprint.i686 | 10 | ||||
-rw-r--r-- | glib/.footprint.x86_64 | 10 | ||||
-rwxr-xr-x | glib/Pkgfile | 3 |
3 files changed, 11 insertions, 12 deletions
diff --git a/glib/.footprint.i686 b/glib/.footprint.i686 index ca1e10a42..385960874 100644 --- a/glib/.footprint.i686 +++ b/glib/.footprint.i686 @@ -1,3 +1,8 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/bash_completion.d/ +-rw-r--r-- root/root etc/bash_completion.d/gdbus-bash-completion.sh +-rw-r--r-- root/root etc/bash_completion.d/gresource-bash-completion.sh +-rw-r--r-- root/root etc/bash_completion.d/gsettings-bash-completion.sh drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/gdbus @@ -13,11 +18,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/gsettings -rwxr-xr-x root/root usr/bin/gtester -rwxr-xr-x root/root usr/bin/gtester-report -drwxr-xr-x root/root usr/etc/ -drwxr-xr-x root/root usr/etc/bash_completion.d/ --rw-r--r-- root/root usr/etc/bash_completion.d/gdbus-bash-completion.sh --rw-r--r-- root/root usr/etc/bash_completion.d/gresource-bash-completion.sh --rw-r--r-- root/root usr/etc/bash_completion.d/gsettings-bash-completion.sh drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/gio-unix-2.0/ drwxr-xr-x root/root usr/include/gio-unix-2.0/gio/ diff --git a/glib/.footprint.x86_64 b/glib/.footprint.x86_64 index ca1e10a42..385960874 100644 --- a/glib/.footprint.x86_64 +++ b/glib/.footprint.x86_64 @@ -1,3 +1,8 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/bash_completion.d/ +-rw-r--r-- root/root etc/bash_completion.d/gdbus-bash-completion.sh +-rw-r--r-- root/root etc/bash_completion.d/gresource-bash-completion.sh +-rw-r--r-- root/root etc/bash_completion.d/gsettings-bash-completion.sh drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/gdbus @@ -13,11 +18,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/gsettings -rwxr-xr-x root/root usr/bin/gtester -rwxr-xr-x root/root usr/bin/gtester-report -drwxr-xr-x root/root usr/etc/ -drwxr-xr-x root/root usr/etc/bash_completion.d/ --rw-r--r-- root/root usr/etc/bash_completion.d/gdbus-bash-completion.sh --rw-r--r-- root/root usr/etc/bash_completion.d/gresource-bash-completion.sh --rw-r--r-- root/root usr/etc/bash_completion.d/gsettings-bash-completion.sh drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/gio-unix-2.0/ drwxr-xr-x root/root usr/include/gio-unix-2.0/gio/ diff --git a/glib/Pkgfile b/glib/Pkgfile index ef04cce19..22ac4129e 100755 --- a/glib/Pkgfile +++ b/glib/Pkgfile @@ -14,9 +14,8 @@ build () { cd $name-$version export PYTHON=python2 ./configure --prefix=/usr \ - --with-pcre=system \ + --sysconfdir=/etc \ --mandir=/usr/share/man \ - --infodir=/usr/share/info \ --with-pcre=system \ --disable-fam make |