Changeset 1474 for pbibuild/modules/pgadmin/build.sh
- Timestamp:
- 02/28/08 09:13:27 (9 months ago)
- Files:
-
- 1 modified
-
pbibuild/modules/pgadmin/build.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/pgadmin/build.sh
r1440 r1474 9 9 # PORTVER = Version number of the port we used to build 10 10 ############################################################################## 11 12 # Save the right version number in the removepbi.sh script 13 sed -e "s,CHANGE,pgAdmin${PORTVER},g" ${PBIDIR}/bin/pgadmin3.sh > /tmp/pgadmin3.sh 14 mv /tmp/pgadmin3.sh ${PBIDIR}/bin/pgadmin3.sh 15 chmod 755 ${PBIDIR}/bin/pgadmin3.sh
