File: crosswrapper

package info (click to toggle)
pkg-config 0.29.2-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 12,548 kB
  • sloc: ansic: 131,584; sh: 5,490; perl: 1,113; makefile: 643; python: 461
file content (7 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#! /bin/sh

set -e

ln -s /usr/share/pkg-config-crosswrapper $AUTOPKGTEST_TMP/i686-linux-gnu-pkg-config
[ "$($AUTOPKGTEST_TMP/i686-linux-gnu-pkg-config --modversion pkg-config)" = "$(pkg-config --modversion pkg-config)" ]
exit $?