Skip to content

Commit

Permalink
Fix to Debian package Multi-Arch handling
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcohn committed Apr 29, 2015
1 parent 5624494 commit 8945848
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/shellfire/swaddle/build/package/deb.functions
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,9 @@ swaddle_build_package_deb_createControlFile()
EOF
_swaddle_build_package_deb_commaSeparatedControlField Built-Using built_using
if [ "$_swaddle_build_package_translatedArchitecture" != 'all' ]; then
_swaddle_build_package_deb_commaSeparatedControlField Multi-Arch "$(configure_getValue swaddle_deb multiarch)"
cat <<-EOF
Multi-Arch: $(configure_getValue swaddle_deb multiarch)
EOF
fi
_swaddle_build_package_deb_extraControlFields
_swaddle_build_package_deb_description
Expand Down

0 comments on commit 8945848

Please sign in to comment.