Skip to content

Commit

Permalink
merge2out: add NO_MULTIARCH_SYMLINK=1 to DISTRO_SPECS
Browse files Browse the repository at this point in the history
  • Loading branch information
wdlkmpx committed Nov 18, 2018
1 parent 5d3358d commit 83060da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions merge2out
Expand Up @@ -258,6 +258,10 @@ create_local_repos_dirs
sed -i '/DISTRO_TARGETARCH=/d' ${WOOF_OUT}/DISTRO_SPECS
echo "DISTRO_TARGETARCH='${TARGETARCH}'" >> ${WOOF_OUT}/DISTRO_SPECS

#
sed -i '/NO_MULTIARCH_SYMLINK=/d' ${WOOF_OUT}/DISTRO_SPECS
echo "NO_MULTIARCH_SYMLINK=1" >> ${WOOF_OUT}/DISTRO_SPECS

#record the woof state we build from
sed -i '/BUILD_FROM_WOOF=/d' ${WOOF_OUT}/DISTRO_SPECS
if which git &>/dev/null && [ "`git log -n 1`" != "" ]; then
Expand Down

0 comments on commit 83060da

Please sign in to comment.