Make macro-expander script executable

This commit is contained in:
Lukas Vrabec 2019-07-06 16:59:57 +02:00
parent 0c72b2ee98
commit 8e8fb9c480
No known key found for this signature in database
GPG Key ID: 47201AC42F29CE06

View File

@ -57,6 +57,7 @@ if [ $DOWNLOAD_DEFAULT_GITHUB_TARBALLS == 1 ]; then
fi
cp $POLICYSOURCES/container-selinux/container-selinux.tgz .
cp $POLICYSOURCES/macro-expander/macro-expander.sh ./macro-expander
chmod +x ./macro-expander
popd > /dev/null
popd > /dev/null