]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - flex/flex.nm
flex: Fix broken lex
[people/amarx/ipfire-3.x.git] / flex / flex.nm
index a2593c91126b1e0d670030b4b699094e2ed12c32..7bff15107c1e83c8b6b4c4de62f6cbcda2c04e4a 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = flex
 version    = 2.5.39
-release    = 1
+release    = 2
 
 groups     = Development/Tools
 url        = http://flex.sourceforge.net/
@@ -41,7 +41,7 @@ build
 
        install_cmds
                echo "#!/bin/sh"                        >  %{BUILDROOT}/usr/bin/lex
-               echo "exec /usr/bin/flex -l \"$$@\""    >> %{BUILDROOT}/usr/bin/lex
+               echo "exec /usr/bin/flex -l \"\$@\""    >> %{BUILDROOT}/usr/bin/lex
                chmod 755 %{BUILDROOT}/usr/bin/lex
        end
 end