root/pbibuild/modules/iexplorer6/build.sh

Revision 2867, 0.7 kB (checked in by kris, 6 weeks ago)

Fixed building of iexplorer6 to improve the font support within wine with preportmake.sh

  • Property svn:executable set to *
Line 
1#!/bin/sh
2# PBI building script
3# This will run after your port build is complete
4# Build your PBI here, and exit 0 on success, or exit 1 on failure.
5##############################################################################
6# Available Variables
7#    PBIDIR = The location of where you can populate your PBI directory
8# MODULEDIR = The location of the module directory for this PBI
9#   PORTVER = Version number of the port we used to build
10##############################################################################
11
12# Save the right progname / version in the iexplorer6
13sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/iexplorer6 > /tmp/iexplorer6
14mv /tmp/iexplorer6 ${PBIDIR}/bin/iexplorer6
15chmod 755 ${PBIDIR}/bin/iexplorer6
Note: See TracBrowser for help on using the browser.