mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-16 17:46:54 +00:00
scripts: release: do not complain if release dir exists
I just don't like the error message when building tar files. Signed-off-by: Eric Paris <eparis@redhat.com>
This commit is contained in:
parent
221e6d4665
commit
3a4fc087ee
@ -2,7 +2,7 @@
|
||||
|
||||
DIRS="libsepol libselinux libsemanage policycoreutils checkpolicy sepolgen"
|
||||
|
||||
mkdir ../selinux-dev-release
|
||||
mkdir -p ../selinux-dev-release
|
||||
|
||||
for i in $DIRS; do
|
||||
cd $i
|
||||
|
Loading…
Reference in New Issue
Block a user