X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Foinkmaster;h=51b99ecec7a00f611a1ad8bd7e23a2f2e615b66d;hb=3514a0bc0f0ebec8acf478932a7100e66bb557ce;hp=3403eb83751d291feaf3119964828cc18fc3d83a;hpb=eee037b8902c3163850069f302479e7733966bd0;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/oinkmaster b/lfs/oinkmaster index 3403eb8375..51b99ecec7 100644 --- a/lfs/oinkmaster +++ b/lfs/oinkmaster @@ -71,8 +71,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/oinkmaster-2.0-add_community_rules.patch cd $(DIR_APP) && chown nobody:nobody oinkmaster.pl - cd $(DIR_APP) && cp -f oinkmaster.conf /var/ipfire/snort/ - cd /var/ipfire/snort && patch -Np1 < $(DIR_SRC)/src/patches/oinkmaster-tmp.patch + cd $(DIR_APP) && install -m 0644 $(DIR_SRC)/config/oinkmaster/oinkmaster.conf \ + /var/ipfire/suricata/ + cd /var/ipfire/suricata && patch -Np1 < $(DIR_SRC)/src/patches/oinkmaster-tmp.patch cd $(DIR_APP) && install -m 0755 oinkmaster.pl /usr/local/bin/ @rm -rf $(DIR_APP) @$(POSTBUILD)