]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- 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 82cf382c4c2971188cb52ade06f5e43b84a533b9..288acf2c441bd2b13f646514448544dbaab1b34f 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