- fixevi za ispravne grupe/dozvole
[ossec-hids.git] / debian / rules
index f1b0e62..c7650ee 100755 (executable)
@@ -55,8 +55,8 @@ install: build
        install -m 644 etc/internal_options.conf $(DESTDIR)/etc
        install -m 644 etc/decoder.xml $(DESTDIR)/etc
        install -m 644 src/rootcheck/db/*.txt $(DESTDIR)/etc/shared
-       if [ -e etc/ossec.mc ]; then \
-               install -m 440 etc/ossec.mc $(DESTDIR)/etc/ossec.conf; \
+       if [ -e ossec-debian.conf ]; then \
+               install -m 440 ossec-debian.conf $(DESTDIR)/etc/ossec.conf; \
        else \
                install -m 440 etc/ossec-local.conf $(DESTDIR)/etc/ossec.conf; \
        fi