From 8e8fb9c4800120a644b5dbc7f1840ba93cb4fd94 Mon Sep 17 00:00:00 2001 From: Lukas Vrabec Date: Sat, 6 Jul 2019 16:59:57 +0200 Subject: [PATCH] Make macro-expander script executable --- make-rhat-patches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make-rhat-patches.sh b/make-rhat-patches.sh index b8a916c5..ca997fac 100755 --- a/make-rhat-patches.sh +++ b/make-rhat-patches.sh @@ -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