🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 05:10:45 | PHP 8.1.34
📂
/ (Root)
/
usr
/
bin
📍 /usr/bin
🔄 Refresh
✏️
Editing: pkg-config
Read Only
#!/usr/bin/sh # Multilib safe wrapper for pkg-config to call correct platform-specific version of pkg-config ## Vendored definition of %_target_platform from redhat-rpm-config to avoid depending on it TARGET_PLATFORM=$(rpm --eval '%{_target_cpu}-%{_vendor}-%{_target_os}%{?_gnu}') exec "/usr/bin/${TARGET_PLATFORM}-pkg-config" "$@"
💾 Save Changes
❌ Cancel