equal
deleted
inserted
replaced
78 done |
78 done |
79 |
79 |
80 [ -d ${DOC_DIR}/examples ] || mkdir -m 0755 -p ${DOC_DIR}/examples |
80 [ -d ${DOC_DIR}/examples ] || mkdir -m 0755 -p ${DOC_DIR}/examples |
81 install -m 0644 ${INSTALL_OPTS} pgsql-*.cf ${DOC_DIR}/examples |
81 install -m 0644 ${INSTALL_OPTS} pgsql-*.cf ${DOC_DIR}/examples |
82 install -m 0644 ${INSTALL_OPTS} vmm.cfg ${DOC_DIR}/examples |
82 install -m 0644 ${INSTALL_OPTS} vmm.cfg ${DOC_DIR}/examples |
|
83 |
|
84 # update config file |
|
85 ./update_config_0.4.x-0.5.py |
|
86 |