mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-17 10:12:03 +01:00
Fix finding the files
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user