Mercurial > dive4elements > river
comparison contrib/make_flys_release/bin/make-importer-package.sh @ 5163:9474e27e319a
Use annotation-types.xml from flys-backend sources
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 04 Mar 2013 11:21:50 +0100 |
parents | 415ac9bc5a56 |
children | a51515056c45 |
comparison
equal
deleted
inserted
replaced
5162:94c3eb995bf6 | 5163:9474e27e319a |
---|---|
27 cp ${FLYS_DIR}/flys-backend/contrib/shpimporter/*.py $PKG_DIR/geodaesie | 27 cp ${FLYS_DIR}/flys-backend/contrib/shpimporter/*.py $PKG_DIR/geodaesie |
28 cp ${FLYS_DIR}/flys-backend/contrib/run_geo.sh \ | 28 cp ${FLYS_DIR}/flys-backend/contrib/run_geo.sh \ |
29 ${FLYS_DIR}/flys-backend/contrib/run_hydr_morph.sh \ | 29 ${FLYS_DIR}/flys-backend/contrib/run_hydr_morph.sh \ |
30 $PKG_DIR | 30 $PKG_DIR |
31 cp -r ${CONF_DIR} $PKG_DIR | 31 cp -r ${CONF_DIR} $PKG_DIR |
32 cp ${FLYS_DIR}/flys-backend/doc/annotation-types.xml $PKG_DIR/conf | |
32 ln -s /usr/lib64/libproj.so.0.6.6 $PKG_DIR/opt/lib64/libproj.so # workaround for bad packaging | 33 ln -s /usr/lib64/libproj.so.0.6.6 $PKG_DIR/opt/lib64/libproj.so # workaround for bad packaging |
33 rm -rf /tmp/other_rpms | 34 rm -rf /tmp/other_rpms |
34 mkdir /tmp/other_rpms | 35 mkdir /tmp/other_rpms |
35 cd /tmp/other_rpms | 36 cd /tmp/other_rpms |
36 | 37 |