pkgconf-pkg-config (495B)
1 #!/usr/bin/env pthbs-build 2 #+busybox.ee3440974794767b833fd3299226771f170d3f8601cf225cb884f0a513db8ab3 3 #+pkgconf.1d37e59a76ef6d00fd897c7754122524669979271bb8f9cef32f6db8fe0fad13 4 5 mkdir -p "$pthbs_destdir/home/ccx/versions/$pthbs_package" 6 cd "$pthbs_destdir/home/ccx/versions/$pthbs_package" 7 exe=$(realpath "$(which pkgconf)") 8 mkdir command 9 ln -sf "$exe" command/pkg-config 10 printf '%s\t%s\n' "./command/pkg-config" "./command/pkg-config" >>.install-links.new 11 mv .install-links.new .install-links