s/package_exists/package_installed/g as that's much more descriptive of

what the function does.
This commit is contained in:
obrien 2004-01-02 09:52:14 +00:00
parent b995010e0d
commit fa85c5d103

View File

@ -121,7 +121,7 @@ package_extract(Device *dev, char *name, Boolean depended)
last_msg = 0;
/* Check to make sure it's not already there */
if (package_exists(name))
if (package_installed(name))
return DITEM_SUCCESS;
if (!DEVICE_INIT(dev)) {