Chameleon

Chameleon Commit Details

Date:2012-03-04 14:07:08 (12 years 24 days ago)
Author:JrCs
Commit:1851
Parents: 1850
Message:Fix a bug when the resources directory is cleanup
Changes:
M/trunk/package/buildpkg.sh

File differences

trunk/package/buildpkg.sh
990990
991991
992992
993
993
994994
995995
996996
ditto --noextattr --noqtn "${PKGROOT}/Resources" "${PKG_BUILD_DIR}/${packagename}/Resources"
# CleanUp the directory
find "${PKG_BUILD_DIR}/${packagename}" \( -type d -name '.svn' \) -o -name '.DS_Store' -exec rm -rf {} \;
find "${PKG_BUILD_DIR}/${packagename}" \( -type d -name '.svn' \) -o -name '.DS_Store' -depth -exec rm -rf {} \;
# Make substitutions for version, revision, stage, developers, credits, etc..
makeSubstitutions $( find "${PKG_BUILD_DIR}/${packagename}/Resources" -type f )

Archive Download the corresponding diff file

Revision: 1851