summaryrefslogtreecommitdiffstats
path: root/libs/nss/test-version.sh
blob: cbc1c38ba7f0bde934ba44dca994d0b129b4cb61 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ "$PKG_NAME" = "nss" ]; then
	# nss package does not build any binaries that emit a version, so
	# override the version check and indicate success
	exit 0
fi