12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
sed '/IF_LIBS/,/FI_LIBS/d
|
||
|
/IF_POSTGRES/d
|
||
|
/FI_POSTGRES/d
|
||
|
' postgresql.spec.in > postgresql.spec
|
||
|
|
||
|
sed '/IF_POSTGRES/,/FI_POSTGRES/d
|
||
|
/IF_LIBS/d
|
||
|
/FI_LIBS/d
|
||
|
' postgresql.spec.in > postgresql-libs.spec
|