Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lbt committed Oct 26, 2016
1 parent 83ccc55 commit fcc1dac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scratchbox2/modes/obs-rpm-build/fs_rules.lua
Expand Up @@ -431,6 +431,9 @@ emulate_mode_rules_usr_bin = {
{prefix = "/usr/bin/rpmverify",
func_class = FUNC_CLASS_EXEC,
actions = accelerated_program_actions},
{prefix = "/usr/bin/rpmbuild",
func_class = FUNC_CLASS_EXEC,
actions = accelerated_program_actions},
{path = "/usr/bin/zypper",
func_class = FUNC_CLASS_EXEC,
actions = accelerated_program_actions},
Expand Down
3 changes: 3 additions & 0 deletions scratchbox2/modes/obs-rpm-install/fs_rules.lua
Expand Up @@ -221,6 +221,9 @@ emulate_mode_rules_usr_bin = {
{prefix = "/usr/bin/rpmverify",
func_class = FUNC_CLASS_EXEC,
actions = accelerated_program_actions},
{prefix = "/usr/bin/rpmbuild",
func_class = FUNC_CLASS_EXEC,
actions = accelerated_program_actions},
{path = "/usr/bin/zypper",
func_class = FUNC_CLASS_EXEC,
actions = accelerated_program_actions},
Expand Down

0 comments on commit fcc1dac

Please sign in to comment.