]> git.pld-linux.org Git - packages/adobe-flash.git/commitdiff
- simplify version check for matching newer versions
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 26 Sep 2010 10:46:34 +0000 (10:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adobe-flash.spec -> 1.141

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.032281 seconds and 4 git commands to generate.