[LyX/master] Copy over changes to build script
Richard Kimberly Heck
rikiheck at lyx.org
Tue May 19 01:53:05 UTC 2026
commit 37718750178e4655257e6e028f104e8e24b6229c
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date: Mon May 18 21:53:02 2026 -0400
Copy over changes to build script
---
development/tools/lyx-build | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/development/tools/lyx-build b/development/tools/lyx-build
index b2d22dd8e7..0213401735 100755
--- a/development/tools/lyx-build
+++ b/development/tools/lyx-build
@@ -87,7 +87,8 @@ fi
echo "Packages created:";
# This will happen with development releases
-if [ ! -f "lyx-$PKG_VERSION.tar.xz" ]; then
+if [ ! -f "lyx-$PKG_VERSION.tar.gz" ]; then
+ $DEBUG mv "lyx-$VERSION.tar.gz" "lyx-$PKG_VERSION.tar.gz" || exit 1;
$DEBUG mv "lyx-$VERSION.tar.xz" "lyx-$PKG_VERSION.tar.xz" || exit 1;
fi
@@ -96,6 +97,7 @@ $DEBUG ln lyx-$PKG_VERSION.tar.{gz,xz} $BASE/ || exit 1;
echo -n "Ready to build signatures...";
read
+$DEBUG gpg -b lyx-$VERSION.tar.gz
$DEBUG gpg -b lyx-$VERSION.tar.xz
echo "Signatures created:"
@@ -108,7 +110,7 @@ if [ -n "$COMPILE" ]; then
$DEBUG rm -Rf $BASE/lyx-test/
$DEBUG mkdir $BASE/lyx-test/
$DEBUG cd $BASE/lyx-test/
- $DEBUG tar -xvf $BASE/lyx-build/lyx-$VERSION.tar.xz
+ $DEBUG tar -zxvf $BASE/lyx-build/lyx-$VERSION.tar.gz
if ! $DEBUG cd lyx-$PKG_VERSION; then
echo "Unable to enter build directory!";
exit 1;
More information about the lyx-cvs
mailing list