Init, adding corrade,magnum,magnum-plugins,magnum-integration,magnum-extras, and magnum-examples 2025.47_1
This commit is contained in:
8
common/wrappers/ldconfig.sh
Normal file
8
common/wrappers/ldconfig.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$1" = "-p" ]; then
|
||||
exec /usr/bin/ldconfig "$@"
|
||||
fi
|
||||
|
||||
echo "ldconfig-wrapper: ignoring arguments: $@"
|
||||
exit 0
|
||||
Reference in New Issue
Block a user