Merge pull request #1846 from thypon/binfmt-support
New package: binfmt-support-2.1.5
This commit is contained in:
@@ -40,3 +40,6 @@ unset -v systemd_services
|
||||
|
||||
# xbps-triggers: mkdirs
|
||||
unset -v make_dirs
|
||||
|
||||
# xbps-triggers: binfmts
|
||||
unset -v binfmts
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user