rpm: Treat -r as --root (RedHat: #759224).

This commit is contained in:
Jan Kratochvil 2011-12-01 21:19:54 +02:00 committed by Ville Skyttä
parent 6a713c316f
commit 86d0395fc5

View File

@ -67,7 +67,7 @@ _rpm()
fi fi
case $prev in case $prev in
--dbpath|--excludepath|--prefix|--relocate|--root) --dbpath|--excludepath|--prefix|--relocate|--root|-r)
_filedir -d _filedir -d
return 0 return 0
;; ;;