Nagy Karoly Gabriel
17 years ago
2 changed files with 4 additions and 5 deletions
@ -1,8 +1,7 @@
|
||||
pg_dmp_ver=$( pkgdesc ver pg_filedump ) |
||||
echo_status "Including PG_FileDump (${pg_dmp_ver}) support." |
||||
|
||||
hook_add preconf 5 'pg_filedump_install' |
||||
pg_filedump_install() { |
||||
tar -v $taropt $( match_source_file -p pg_filedump ) -C $builddir/contrib |
||||
touch config/$config/.pause |
||||
hook_add preconf 5 'pg_filedump_extract' |
||||
pg_filedump_extract() { |
||||
tar -xv $( match_source_file -p pg_filedump pg_filedump ) -C $builddir/postgresql-$ver/contrib |
||||
} |
||||
|
Loading…
Reference in new issue