summaryrefslogtreecommitdiffstats
path: root/test/pacman/ldconfig.stub
blob: d261a04a2acb5c7ea343a5072ea5c9ce0bfdc778 (plain)
1
2
3
4
#!/bin/sh
# A simple stub to copy into the chroot to fake ldconfig.
# Simply appends a line to /etc/ld.so.cache if called.
echo "ldconfig called" >> /etc/ld.so.cache