summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-security/tomoyo-tools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-security/tomoyo-tools')
-rw-r--r--meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb
index a1c4cc9eb9..d9f09d1744 100644
--- a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb
+++ b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb
@@ -26,5 +26,5 @@ do_compile () {
26} 26}
27 27
28do_install() { 28do_install() {
29 oe_runmake install INSTALLDIR=${D} 29 oe_runmake install SBINDIR=${base_sbindir} INSTALLDIR=${D}
30} 30}