Add secilc to release script.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
parent
bfe17c0630
commit
1b7f3248ec
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DEST=../selinux-$(date '+%Y%m%d')
|
||||
DIRS="libsepol libselinux libsemanage policycoreutils checkpolicy sepolgen"
|
||||
DIRS="libsepol libselinux libsemanage policycoreutils checkpolicy secilc sepolgen"
|
||||
|
||||
git tag -a $(date '+%Y%m%d') -m "Release $(date '+%Y%m%d')"
|
||||
|
||||
|
|
Loading…
Reference in a new issue