From 1c8505dac2bfbd1f12fd0cee8e18a63d969a8278 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Wed, 2 Nov 2016 10:20:08 -0400 Subject: [PATCH] Update release script for the new structure. Signed-off-by: Stephen Smalley --- scripts/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release b/scripts/release index 7284d7b6..a7092744 100755 --- a/scripts/release +++ b/scripts/release @@ -8,7 +8,7 @@ if [ \! -d $WIKIDIR ]; then fi DEST=$WIKIDIR/files/releases/$(date '+%Y%m%d') -DIRS="libsepol libselinux libsemanage policycoreutils checkpolicy secilc sepolgen" +DIRS="libsepol libselinux libsemanage checkpolicy secilc policycoreutils dbus gui mcstrans python restorecond sandbox semodule-utils" git tag -a $(date '+%Y%m%d') -m "Release $(date '+%Y%m%d')"