diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/postgresql/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/postgresql/Pkgfile b/extra/postgresql/Pkgfile index f62642397..c957032a6 100644 --- a/extra/postgresql/Pkgfile +++ b/extra/postgresql/Pkgfile @@ -7,13 +7,14 @@ name=postgresql version=9.0.3 -release=1 +release=2 source=(ftp://ftp.postgresql.org/pub/source/v$version/postgresql-$version.tar.bz2 \ http://nutyx.meticul.eu/files/patchs/$name/{$name-9.0.3-nutyx-1.patch,$name-9.0.3-build-1.patch,postgresql.pam}) build() { source /etc/blfs-bootscripts - wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 +# wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 + wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2 tar xvf $scripts-$scriptsversion.tar.bz2 cd $name-$version |