]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-native-appimage: Don't add the glibc version to the filename.
authorUwe Hermann <redacted>
Sat, 7 Apr 2018 17:44:14 +0000 (19:44 +0200)
committerUwe Hermann <redacted>
Sat, 7 Apr 2018 17:44:14 +0000 (19:44 +0200)
This is not really needed or useful in most cases, also not sure whether
it's actually even correct in all cases.

cross-compile/appimage/sigrok-native-appimage

index cc27c5901ade5eedf594d7eea55a69934ae6a2f2..4774c7318caf6db7e3ab7b20531007f428c906e7 100755 (executable)
@@ -128,11 +128,10 @@ delete_blacklisted
 rm -r ./home
 
 ########################################################################
 rm -r ./home
 
 ########################################################################
-# Determine the version of the app; also include needed glibc version
+# Determine the version of the app
 ########################################################################
 
 ########################################################################
 
-GLIBC_NEEDED=$(glibc_needed)
-VERSION="NIGHTLY.glibc$GLIBC_NEEDED"
+VERSION="NIGHTLY"
 echo $VERSION
 
 ########################################################################
 echo $VERSION
 
 ########################################################################