]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- typo
authorsparky <sparky@pld-linux.org>
Wed, 18 Nov 2009 21:54:58 +0000 (21:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.597

builder.sh

index 355df957a4fc67625df540ae9f315a64d92eb68a..86c4c36dff2747809d8ac138939774393d6fe8b7 100644 (file)
@@ -376,7 +376,7 @@ depspecname() {
        local package="$1"
 
        package=$(echo "$package" | sed -e '/perl(.*)/{s,perl(\(.*\)),perl-\1,;s,::,-,g};'
-               -e 's/-\(devel\|static)$//' )
+               -e 's/-\(devel\|static\)$//' )
        echo "$package"
 }
 
This page took 0.039987 seconds and 4 git commands to generate.