]> git.pld-linux.org Git - packages/adobe-flash.git/blobdiff - adobe-flash.spec
- simplify version check for matching newer versions
[packages/adobe-flash.git] / adobe-flash.spec
index cebae90f520407def7ff8b4ae35dcdc9c4735e61..725e5148e11e5f21ffe63ca838e8c942bfdd5ca8 100644 (file)
@@ -91,7 +91,7 @@ treÅ›ci i aplikacji we Flashu pod Linuksem.
 
 %build
 s='LNX %{ver_major},%{ver_minor},%{ver_patch},%{ver_serial}'
-v=$(strings libflashplayer.so | grep "$s")
+v=$(strings libflashplayer.so | grep '^LNX ')
 if [ "$v" != "$s" ]; then
        : wrong version
        exit 1
This page took 0.041713 seconds and 4 git commands to generate.