s/package_exists/package_installed/g as that's much more descriptive of
what the function does.
This commit is contained in:
parent
b995010e0d
commit
fa85c5d103
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user