mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Add libcxx to rpm files
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
rpm="$(find ./ -iname '*.rpm')"
|
||||
dir="$(dirname "$rpm")"
|
||||
|
||||
echo "Adding java dependency to rpm file $rpm in $dir"
|
||||
echo "Adding java and libc++ dependency to rpm file $rpm in $dir"
|
||||
|
||||
rpmrebuild -d "$dir" -np --change-spec-requires="echo Requires: java-1.8.0-openjdk-headless" "$rpm"
|
||||
rpmrebuild -d "$dir" -np --change-spec-requires="echo Requires: java-1.8.0-openjdk-headless,libcxx" "$rpm"
|
||||
|
||||
echo "Cleaning up"
|
||||
rm -f "$rpm"
|
||||
|
||||
Reference in New Issue
Block a user