Chameleon

Chameleon Commit Details

Date:2015-04-14 17:35:55 (9 years 10 days ago)
Author:ErmaC
Commit:2644
Parents: 2643
Message:fix patch of brew get text (Credits to FurtiF)
Changes:
M/trunk/package/buildpkg.sh

File differences

trunk/package/buildpkg.sh
1111
1212
1313
14
15
16
1417
1518
1619
declare -r PKG_BUILD_DIR="$3"
declare -r SCPT_TPL_DIR="${PKGROOT}/Scripts.templates"
# Add by FurtiF fix patch of brew gettext
export PATH=${PATH}:/usr/local/opt/gettext/bin
if [[ $# -lt 3 ]];then
echo "Too few arguments. Aborting..." >&2 && exit 1
fi

Archive Download the corresponding diff file

Revision: 2644