X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Foinkmaster;h=6cc075fa402a329cb2988f6ad485058c593c7bf9;hp=449a89f84b9be9f531f383cdac72695e407f7492;hb=d22294fa7e70fa6eb907239ba00c2a0c7ae1863d;hpb=dcb875e7e34f8dad04abc658ddea44a3f5895ab2 diff --git a/lfs/oinkmaster b/lfs/oinkmaster index 449a89f84..6cc075fa4 100644 --- a/lfs/oinkmaster +++ b/lfs/oinkmaster @@ -69,9 +69,10 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @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 $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-tmp.patch + cd /var/ipfire/snort && 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)