From 5ef8cf1a1d8097c37ddca971a1dcde0d669b9b7b Mon Sep 17 00:00:00 2001 From: Dan Hasting Date: Sun, 10 Nov 2024 18:41:58 -0500 Subject: [PATCH] Fix links in build README and don't preserve user in build tar --- build-scripts/platform/linux.sh | 2 +- resources/README.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-scripts/platform/linux.sh b/build-scripts/platform/linux.sh index 6f27bfa..d3f7953 100755 --- a/build-scripts/platform/linux.sh +++ b/build-scripts/platform/linux.sh @@ -29,7 +29,7 @@ case "$1" in mkdir -p "build/" mv resources/README.txt . - tar -cvzpf "build/mupen64plus-qt_linux_$VERSION.tar.gz" mupen64plus-qt README.txt + tar -cvf "build/mupen64plus-qt_linux_$VERSION.tar.gz" --owner=0 --group=0 mupen64plus-qt README.txt ;; esac diff --git a/resources/README.txt b/resources/README.txt index 8d9d337..8cee24f 100644 --- a/resources/README.txt +++ b/resources/README.txt @@ -1,11 +1,11 @@ Github Repository: https://www.github.com/dh4/mupen64plus-qt -Qt is licensed under the LGPL v2.1: -https://www.gnu.org/licenses/lgpl-2.1.html +Qt is licensed under the LGPL v3: +https://www.gnu.org/licenses/lgpl-3.0.html Qt's source code can be viewed here: -https://qt.gitorious.org/qt +https://github.com/qt See the README at https://www.github.com/dh4/mupen64plus-qt for a detailed