summaryrefslogtreecommitdiffstats
path: root/http/palemoon/PRE_BUILD
blob: 4d8a31389b01185b882149f214942ce4a44ab2c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
mk_source_dir "${SOURCE_DIRECTORY}" &&
cd "${SOURCE_DIRECTORY}" &&
verify_file &&

7z x "${SOURCE_CACHE}/${SOURCE}" > /dev/null &&

# resurrect permissions not stored by 7zip
find . -type d -exec chmod 755 '{}' \; &&
find . -type f -exec chmod 644 '{}' \; &&
find build/autoconf -type f -not -name '*.m4' -exec chmod +x '{}' \; &&
chmod +x python/mozbuild/mozbuild/mozconfig_loader