mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-24 22:42:58 +02:00
This fixes build/installation of some pkgs that exec ldconfig gratuitously (ntfs-3g fails with musl due to this).
4 lines
66 B
Bash
4 lines
66 B
Bash
#!/bin/sh
|
|
|
|
echo "ldconfig-wrapper: ignoring arguments: $@"
|
|
exit 0
|