Skip to content

Commit

Permalink
We must remove unicode.map file since we touch it within the GUI code.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeeks8 committed Jun 25, 2019
1 parent b78e92b commit 6f5d1b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
unlink_if_exists(SNORTDIR . "/rules/*.txt");
unlink_if_exists(SNORTDIR . "/classification.config");
unlink_if_exists(SNORTDIR . "/reference.config");
unlink_if_exists(SNORTDIR . "/unicode.map");
unlink_if_exists(SNORTDIR . "/preproc_rules/*.rules");
unlink_if_exists(SNORTDIR . "/rules/" . VRT_FILE_PREFIX . "*.rules");
unlink_if_exists(SNORTDIR . "/rules/" . ET_OPEN_FILE_PREFIX . "*.rules");
Expand Down

0 comments on commit 6f5d1b6

Please sign in to comment.