Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Fix a bug copying the pbiwrapper file into the chroot build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Jun 11, 2013
1 parent ad04b1b commit d4b2981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-sh/pbi-manager/pbi-manager
Expand Up @@ -6830,7 +6830,7 @@ chroot_extract() {

# Copy our binary wrapper
PBI_WRAPPERFILE="${PBI_SHARE_DIR}/.pbiwrapper-$ARCH"
mkdir ${PBI_CHROOTDIR}${PBI_SHARE_DIR} 2>/dev/null
mkdir -p ${PBI_CHROOTDIR}${PBI_SHARE_DIR} 2>/dev/null
cp ${PBI_WRAPPERFILE} ${PBI_CHROOTDIR}${PBI_WRAPPERFILE}

# If we have a custom PBI_MAKECONF include it
Expand Down

0 comments on commit d4b2981

Please sign in to comment.