brp-verify_elf: Fix typo introduced by commit 7d83e49285

This commit is contained in:
Дмитрий Левин 2009-12-20 15:10:49 +00:00
parent f2e4129237
commit 82fcd333bb

View File

@ -46,7 +46,7 @@ for t in `printf %s "$RPM_VERIFY_ELF_METHOD" |tr , ' '`; do
VERIFY_ELF_FHS="${t#fhs=}"
;;
lint=?*)
VERIFY_ELF_FHS="${t#lint=}"
VERIFY_ELF_LINT="${t#lint=}"
;;
rpath=?*)
VERIFY_ELF_RPATH="${t#rpath=}"