mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
add glibc to archive name
This commit is contained in:
@@ -6,7 +6,7 @@ cp LICENSE gam
|
|||||||
cp whatsnew.txt gam
|
cp whatsnew.txt gam
|
||||||
cp GamCommands.txt gam
|
cp GamCommands.txt gam
|
||||||
this_glibc_ver=$(ldd --version | awk '/ldd/{print $NF}')
|
this_glibc_ver=$(ldd --version | awk '/ldd/{print $NF}')
|
||||||
GAM_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM-$this_glibc_ver.tar.xz
|
GAM_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM-glibc$this_glibc_ver.tar.xz
|
||||||
tar cfJ $GAM_ARCHIVE gam/
|
tar cfJ $GAM_ARCHIVE gam/
|
||||||
echo "PyInstaller GAM info:"
|
echo "PyInstaller GAM info:"
|
||||||
du -h gam/gam
|
du -h gam/gam
|
||||||
|
|||||||
Reference in New Issue
Block a user