diff options
author | jbj <devnull@localhost> | 2001-05-05 19:28:32 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-05-05 19:28:32 +0000 |
commit | 8f75bbc17dab6c334583f33c7b912fb16d2ddc4b (patch) | |
tree | 145862352d95e2d391f0d65db0027d44bf236b39 /scripts | |
parent | d78e027808deb6aef4e65338d160986d7e576a90 (diff) | |
download | rpm-8f75bbc17dab6c334583f33c7b912fb16d2ddc4b.tar.gz rpm-8f75bbc17dab6c334583f33c7b912fb16d2ddc4b.tar.bz2 rpm-8f75bbc17dab6c334583f33c7b912fb16d2ddc4b.zip |
- enough lclint annotations and fiddles already.
CVS patchset: 4741
CVS date: 2001/05/05 19:28:32
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/trpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trpm b/scripts/trpm index 2219eaebc..f3e1ccb82 100755 --- a/scripts/trpm +++ b/scripts/trpm @@ -19,7 +19,7 @@ rpmdb=/usr/bin/rpmdb dist=7.0 type=min -arch=`$rpmq --eval '%{_arch}'` +arch=`$rpm --eval '%{_arch}'` top=`pwd` root=$top/$dist |