- fix typo: "desc" -> "descr". Seems to make no difference, though
authorMichael Schroeder <mls@suse.de>
Wed, 24 Jun 2009 09:28:27 +0000 (11:28 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 24 Jun 2009 09:28:27 +0000 (11:28 +0200)
tools/repo2solv.sh

index 82cf382..288acf2 100755 (executable)
@@ -7,7 +7,7 @@
 get_DESCRDIR () {
   local d=$(grep '^DESCRDIR' content | sed 's/^DESCRDIR[[:space:]]\+\(.*[^[:space:]]\)[[:space:]]*$/\1/')
   if  test -z "$d"; then
-    echo suse/setup/desc
+    echo suse/setup/descr
   else
     echo ${d}
   fi