diff options
author | jbj <devnull@localhost> | 2002-04-13 01:28:20 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-04-13 01:28:20 +0000 |
commit | 46bbc20b324f456a9ff104f5e7300215950fb6c9 (patch) | |
tree | 868c53f9c61a2bf79ebf3a4928fb952628c72a91 /autodeps | |
parent | 8edea74bb45267034d2e4eb3e39e2883824e03ce (diff) | |
download | rpm-46bbc20b324f456a9ff104f5e7300215950fb6c9.tar.gz rpm-46bbc20b324f456a9ff104f5e7300215950fb6c9.tar.bz2 rpm-46bbc20b324f456a9ff104f5e7300215950fb6c9.zip |
- use rpmdb-redhat to suggest dependency resolution(s).
CVS patchset: 5401
CVS date: 2002/04/13 01:28:20
Diffstat (limited to 'autodeps')
-rw-r--r-- | autodeps/linux.req | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autodeps/linux.req b/autodeps/linux.req index 00a706dfb..87a4bfba5 100644 --- a/autodeps/linux.req +++ b/autodeps/linux.req @@ -9,9 +9,10 @@ ulimit -c 0 # # --- Set needed to 0 for traditional find-requires behavior. +needed=1 if [ X"$1" = Xldd ]; then needed=0 -else +elif [ X"$1" = Xobjdump ]; then needed=1 fi |