diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-25 19:11:17 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-25 19:11:17 +0100 |
commit | 015dccdb2f62414999e290994788f09fc71405c1 (patch) | |
tree | 6b63d3f667af5e5a3e88ae5c5a12fd54d3385c0d /extra/gconf/Pkgfile | |
parent | fef466a8d69523269320f231f489e4c35b7f5810 (diff) | |
download | nutyx-pakxe-015dccdb2f62414999e290994788f09fc71405c1.tar.gz nutyx-pakxe-015dccdb2f62414999e290994788f09fc71405c1.tar.bz2 nutyx-pakxe-015dccdb2f62414999e290994788f09fc71405c1.tar.xz nutyx-pakxe-015dccdb2f62414999e290994788f09fc71405c1.zip |
gconf, maj du patch
Diffstat (limited to 'extra/gconf/Pkgfile')
-rw-r--r-- | extra/gconf/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gconf/Pkgfile b/extra/gconf/Pkgfile index f525e5ec5..12405ad88 100644 --- a/extra/gconf/Pkgfile +++ b/extra/gconf/Pkgfile @@ -8,10 +8,10 @@ name=gconf version=2.28.0 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/GConf/${version%.*}/GConf-$version.tar.bz2\ - http://www.linuxfromscratch.org/patches/blfs/svn/GConf-2.26.2-sysconfdir-1.patch) + http://www.linuxfromscratch.org/patches/blfs/svn/GConf-$version-sysconfdir-1.patch) build() { cd GConf-$version - patch -Np1 -i ../GConf-2.26.2-sysconfdir-1.patch + patch -Np1 -i ../GConf-$version-sysconfdir-1.patch ./configure --prefix=$GNOME_PREFIX\ --sysconfdir=/etc \ --libexecdir=$GNOME_PREFIX/lib/GConf \ |