diff options
author | jbj <devnull@localhost> | 2001-08-15 14:03:03 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-08-15 14:03:03 +0000 |
commit | e42f1fd9675c52de900356a73777ec482e285591 (patch) | |
tree | 61408a50ec269e48ade5d9e20cb6a0fa56c41e0b /rpm.spec.in | |
parent | a36acaf3b8f2a1417c65ab9f68e3a868045a12d4 (diff) | |
download | librpm-tizen-e42f1fd9675c52de900356a73777ec482e285591.tar.gz librpm-tizen-e42f1fd9675c52de900356a73777ec482e285591.tar.bz2 librpm-tizen-e42f1fd9675c52de900356a73777ec482e285591.zip |
- always use dl size in regionSwab() return.
- ppc: revert ppcmac to ppc.
- ppc: autoconf test for va_copy.
CVS patchset: 5015
CVS date: 2001/08/15 14:03:03
Diffstat (limited to 'rpm.spec.in')
-rw-r--r-- | rpm.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm.spec.in b/rpm.spec.in index 060611893..8bedff1d6 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -275,7 +275,7 @@ exit 0 %ifos linux %postun /sbin/ldconfig -if [ $1 == 0 ]; then +if [ $1 = 0 ]; then /usr/sbin/userdel rpm /usr/sbin/groupdel rpm fi |