summaryrefslogtreecommitdiff
blob: f9af5f74373f34dbabbd63c3e548b2798dd6ea23 (plain)
1
2
3
4
5
#!/bin/bash
find /usr/lib64 -name '*.la' | xargs sed -i -e '/^dep/s:-lpng12:-lpng14:'
find /usr/lib -name '*.la' | xargs sed -i -e '/^dep/s:-lpng12:-lpng14:'

# feel free to modify, licensed WTFPL-2