xfstests: Autodetect what to link in the wrapper
This commit is contained in:
parent
d2608c63fd
commit
85d7d9d254
@ -70,7 +70,7 @@ stdenv.mkDerivation {
|
||||
|
||||
chmod a+rx "$dir"
|
||||
cd "$dir"
|
||||
for f in check common ltp src tests; do
|
||||
for f in $(cd @out@/lib/xfstests; echo *); do
|
||||
ln -s @out@/lib/xfstests/$f $f
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user