]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- remove the begining name from desc
authorshadzik <shadzik@pld-linux.org>
Sat, 1 Jan 2011 14:32:31 +0000 (14:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kde4finddescs.sh -> 1.2

kde4finddescs.sh

index 6fb28875c3a9fb9b880a7588f5533f1a281c5330..5536d711da0004c5b89bb843e25fce4f7ce77b7c 100644 (file)
@@ -18,7 +18,7 @@ echo "Summary:        $1"
 echo "Group:          X11/Applications"
 echo ""
 echo "%description $1"
-echo "$*."
+echo "$*." |sed -e "s@^$1 @@"
 echo ""
 }
 
This page took 0.080516 seconds and 4 git commands to generate.