Skip to content

Commit 1898600

Browse files
committed
install.sh
1 parent 949d5a1 commit 1898600

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

install.sh

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ rm -rf install
99

1010
make install
1111

12-
cd contrib/pg_dtm/
12+
cd ~/code/pg_dtm/
1313
# cd contrib/pg_tsdtm/
1414

15-
make clean
16-
make
17-
make install
18-
19-
cd ../..
15+
PATH=~/code/postgrespro2/install/bin:$PATH make clean
16+
PATH=~/code/postgrespro2/install/bin:$PATH make
17+
PATH=~/code/postgrespro2/install/bin:$PATH make install
2018

21-
cd contrib/postgres_fdw/
19+
cd ~/code/postgrespro2/contrib/postgres_fdw/
2220

2321
make clean
2422
make

0 commit comments

Comments
 (0)