Fix finding the files

This commit is contained in:
Syer10
2022-01-18 19:19:17 -05:00
parent 0bb316d38f
commit d23bf1722d
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
rpm="$(find ./build/compose/binaries/main/rpm/*.rpm)"
rpm="$(find ./ -iname '*.rpm')"
dir="$(dirname "$rpm")"
echo "Adding java dependency to rpm file $rpm in $dir"