diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-05 16:26:23 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-05 16:26:23 +0000 |
commit | 919f268cdbdae729683f374e2f092670fd01b4a6 (patch) | |
tree | 942450d55fa314b07ac9ffe85b3572068348e0be | |
parent | 9a6b68c99897c6f09eedd3d7a4b9cb88190cd8ce (diff) | |
download | rpm-setup-919f268cdbdae729683f374e2f092670fd01b4a6.tar rpm-setup-919f268cdbdae729683f374e2f092670fd01b4a6.tar.gz rpm-setup-919f268cdbdae729683f374e2f092670fd01b4a6.tar.bz2 rpm-setup-919f268cdbdae729683f374e2f092670fd01b4a6.tar.xz rpm-setup-919f268cdbdae729683f374e2f092670fd01b4a6.zip |
Add _rpmlock_path to the default macros. That's the path used for the
transaction fcntl lock. It comes from the rpm 4.4.2 default macros.
-rw-r--r-- | macros.in | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -340,6 +340,8 @@ # binary packages. # +%_rpmlock_path %{_dbpath}/__db.000 + #============================================================================== # ---- Cache configuration macros. # Macro(s) used to configure the universe of headers used to |