summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/files/source-missing/cruft-upstream-binaries/build-spec/pre-upstream
blob: c94b2d3082e71e60091504b2a8d5dc1e396c2850 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e
cd "$1"
gcc -o hello hello.c
# create non source binary
cp hello notsourced
# create two sourced binaries
cp hello sourced
cp hello symlink-to-sourced