xbps-src: common/{,environment}/build_style -> common/${,environment}/build-style.

This commit is contained in:
Juan RP 2015-02-21 12:13:07 +01:00
parent 724426f8e7
commit df4c861f97
19 changed files with 11 additions and 6 deletions

View file

@ -407,5 +407,5 @@ setup_pkg() {
export XBPS_WRAPPERDIR="${XBPS_STATEDIR}/wrappers"
mkdir -p $XBPS_WRAPPERDIR
source_file $XBPS_COMMONDIR/environment/build_style/${build_style}.sh
source_file $XBPS_COMMONDIR/environment/build-style/${build_style}.sh
}