]> granicus.if.org Git - sudo/commitdiff
Add missing '*' that prevented the generic ELF case from matching.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 7 Dec 2010 20:29:38 +0000 (15:29 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 7 Dec 2010 20:29:38 +0000 (15:29 -0500)
--HG--
branch : 1.7

pp

diff --git a/pp b/pp
index f1d738feeb355a2d5a6459f5467fe95944641dec..206d0b1e1c5fa6c95ee9c33860741b81ca700775 100755 (executable)
--- a/pp
+++ b/pp
@@ -1,6 +1,6 @@
 #!/bin/sh
 # (c) 2010 Quest Software, Inc. All rights reserved
-pp_revision="299"
+pp_revision="300"
  # Copyright 2010 Quest Software, Inc.  All rights reserved.
  #
  # Redistribution and use in source and binary forms, with or without
@@ -5317,7 +5317,7 @@ pp_rpm_writefiles () {
                    farch=ppc;;
                *"64-bit XCOFF executable"*)
                    farch=ppc64;;
-               *" ELF ")
+               *" ELF "*)
                    farch=ELF;;
                *)
                    farch=noarch;;