diff options
-rw-r--r-- | scripts/iot-making-building-blocks-dll.post | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/iot-making-building-blocks-dll.post b/scripts/iot-making-building-blocks-dll.post index 7903846..1001ba4 100644 --- a/scripts/iot-making-building-blocks-dll.post +++ b/scripts/iot-making-building-blocks-dll.post @@ -42,5 +42,5 @@ fi # remove files and package related to dotnet used only in MIC rm -rf $DOTNET_MIC_DIR -rpm -e patchelf -rpm -e crossgen2-mic +rpm -e patchelf --nodeps +rpm -e crossgen2-mic --nodeps |