diff options
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 \ |