commit 27f6ab3163dfec6d68fdb7ab24bd7db76c82d10e
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Tue Oct 3 19:12:46 2023 +0200
Fix makesrc file
ppsspp-makesrc.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ppsspp-makesrc.sh b/ppsspp-makesrc.sh
index 4dbb855..03a09b8 100755
--- a/ppsspp-makesrc.sh
+++ b/ppsspp-makesrc.sh
@@ -1,11 +1,11 @@
#!/bin/bash
VERSION=1.16.5
-URL=https://ftp.mozilla.org/pub/firefox/releases/${VERSION}esr/linux-x86_64/xpi/
+URL=https://github.com/hrydgard/ppsspp.git
for u in $URL; do
mkdir -p ppsspp && pushd ppsspp
- git clone -b v$VERSION --depth 1 --single-branch --progress --recursive
https://github.com/hrydgard/ppsspp.git
+ git clone -b v$VERSION --depth 1 --single-branch --progress --recursive $URL
cd ppsspp/ffmpeg
rm -rf ios Windows* windows* macosx blackberry* gas-preprocessor symbian* wiiu
cd ..