aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4366731..12e88e1 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ install: all
# install main msec files
for i in libmsec.py config.py msec.py msecperms.py msecgui.py help.py version.py; do \
install -m755 src/msec/$$i $(RPM_BUILD_ROOT)/usr/share/msec ; \
- install -m755 src/msec/$${i}o $(RPM_BUILD_ROOT)/usr/share/plugins ; \
+ install -m755 src/msec/$${i}o $(RPM_BUILD_ROOT)/usr/share/msec ; \
done
# install plugins
for i in apparmor.py policykit.py; do \