reworked lock handling (patch from VMiklos <vmiklos@frugalware.fr>)

This commit is contained in:
Aurelien Foret 2006-01-26 22:16:57 +00:00
parent 6d436b9603
commit 18986b1805
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ extern "C" {
#define PM_DBPATH "var/lib/pacman"
#define PM_CACHEDIR "var/cache/pacman/pkg"
#define PM_LOCK "/tmp/pacman.lck"
#define PM_EXT_PKG ".pkg.tar.gz"
#define PM_EXT_DB ".db.tar.gz"