X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Foinkmaster;h=a13c924740c3faf7149386adfa5beeb9a1aff0f3;hp=768b6fdff00095a08090122d607843921364c1ae;hb=73c9f064d2fec365b9c557d28118a86546236024;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be diff --git a/lfs/oinkmaster b/lfs/oinkmaster index 768b6fdff0..a13c924740 100644 --- a/lfs/oinkmaster +++ b/lfs/oinkmaster @@ -71,6 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) 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 0755 oinkmaster.pl /usr/local/bin/ @rm -rf $(DIR_APP) @$(POSTBUILD)