Merge pull request #1846 from thypon/binfmt-support

New package: binfmt-support-2.1.5
This commit is contained in:
Andrea Brancaleoni
2015-06-22 16:04:28 +02:00
9 changed files with 163 additions and 4 deletions

View File

@@ -40,3 +40,6 @@ unset -v systemd_services
# xbps-triggers: mkdirs
unset -v make_dirs
# xbps-triggers: binfmts
unset -v binfmts

View File

@@ -117,6 +117,13 @@ _EOF
echo "export make_dirs=\"${make_dirs}\"" >> $tmpf
fi
#
# Handle binfmts trigger
#
if [ -n "${binfmts}" ]; then
_add_trigger binfmts
echo "export binfmts=\"${binfmts}\"" >> $tmpf
fi
#
# Handle systemd services.
#
if [ -n "$build_option_systemd" ]; then