diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-08 20:43:05 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-08 20:43:05 +0200 |
commit | 12f4775456299ec18f8a78f90923e256586be6cd (patch) | |
tree | d4637aedbee943f2de31dfb860f68b98c3c78100 /extra/libpostgresql/Pkgfile | |
parent | 8ee280630362fa579904b5ac0e1996a11c9d4013 (diff) | |
download | nutyx-extra-12f4775456299ec18f8a78f90923e256586be6cd.tar.gz nutyx-extra-12f4775456299ec18f8a78f90923e256586be6cd.tar.bz2 nutyx-extra-12f4775456299ec18f8a78f90923e256586be6cd.tar.xz nutyx-extra-12f4775456299ec18f8a78f90923e256586be6cd.zip |
libpostgresql ptites corrections
Diffstat (limited to 'extra/libpostgresql/Pkgfile')
-rw-r--r-- | extra/libpostgresql/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libpostgresql/Pkgfile b/extra/libpostgresql/Pkgfile index 2f871486a..222764df1 100644 --- a/extra/libpostgresql/Pkgfile +++ b/extra/libpostgresql/Pkgfile @@ -4,7 +4,7 @@ # Packager: lesibel at free dot fr # Depends on: libxml2, linux-pam -name=postgresql +name=libpostgresql version=8.4.4 release=1 source=(ftp://ftp.postgresql.org/pub/source/v$version/postgresql-$version.tar.bz2 \ @@ -12,7 +12,7 @@ source=(ftp://ftp.postgresql.org/pub/source/v$version/postgresql-$version.tar.bz build() { - cd $name-$version + cd postgresql-$version # patch to remove regress/test make target (won't build with it present) patch -Np1 -i ../build.patch |