]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- pass -regextype for find
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 12 Nov 2010 11:44:32 +0000 (11:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-java-requires -> 1.8

rpm-java-requires

index 7e9a7715007eb975f82e4bab7c7445a2362a9528..675e2057782aa01901be18060bea5576fd2066d3 100644 (file)
@@ -45,7 +45,7 @@ javajarversion() {
        chmod -R u+rwX $tmp
 
        # find .jar and .class files
-       find_requires $(find $tmp -type f -regex '^.+\.(class|jar)$') || ret=1
+       find_requires $(find $tmp -type f -regextype posix-extended -regex '^.+\.(class|jar)$') || ret=1
        rm -rf $tmp
        return $ret
 }
This page took 0.045165 seconds and 4 git commands to generate.