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

what the function does.
This commit is contained in:
David E. O'Brien 2004-01-02 09:52:14 +00:00
parent b0d55f3fc9
commit b4fe6d086f

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)) {