[LyX/master] Copy over changes to build script
Richard Kimberly Heck <[email protected]> Tue, 19 May 2026 01:53:05 +0000
| Newsgroups | gmane.editors.lyx.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 37718750178e4655257e6e028f104e8e24b6229c Author: Richard Kimberly Heck <[email protected]> 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; -- lyx-cvs mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-cvs