]> granicus.if.org Git - handbrake/commitdiff
configure: fix typo
authorJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 15 Apr 2019 23:03:27 +0000 (17:03 -0600)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 15 Apr 2019 23:03:27 +0000 (17:03 -0600)
make/configure.py

index 990b4f95740f17f89b4cef2218c5f271bb6ee3c0..fdba73d4a822b51d37e1da9d7af8f1dde3743de2 100644 (file)
@@ -697,7 +697,7 @@ class ArchAction( Action ):
             pass
         elif host_tuple.match( '*-*-solaris*' ):
             pass
-        elif host_tuple.match( '*-*-freebsd.*' ):
+        elif host_tuple.match( '*-*-freebsd*' ):
             self.mode['i386']   = 'i386-portsbuild-freebsd%s' % (host_tuple.release)
             self.mode['amd64'] = 'amd64-portsbuild-freebsd%s' % (host_tuple.release)
         else: