From fea7b2cb55cfb58802d4d9ae575efebcde58d811 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 27 May 2010 13:28:14 +0000 Subject: [PATCH] fix notes Former-commit-id: 90686be80b9caabc53ca04c3743ae33fa02f3ce6 --- AIX/xcat-Pg/Build-notes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/AIX/xcat-Pg/Build-notes b/AIX/xcat-Pg/Build-notes index 172fedf..9cfc430 100644 --- a/AIX/xcat-Pg/Build-notes +++ b/AIX/xcat-Pg/Build-notes @@ -43,8 +43,9 @@ As root: cd /postgres/postgresql-8.4.4 gmake install -When the install is complete, build a tarball out of the compiles installed pg -tar -cvf postgresql-8.4.4-aix6.1.tar.gz /var/lib/pgsql +When the install is complete, build a tarball out of the compiled installed pg +cd /var/lib +tar -cvf postgresql-8.4.4-aix6.1.tar.gz pgsql Build the rpm