socsvn commit: r254276 - soc2013/mattbw/backend/actions
mattbw at FreeBSD.org
mattbw at FreeBSD.org
Sun Jul 7 02:30:04 UTC 2013
Author: mattbw
Date: Sun Jul 7 02:30:04 2013
New Revision: 254276
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=254276
Log:
installfiles seems to work now, except it won't tell you if a file is already installed etc.
Modified:
soc2013/mattbw/backend/actions/install-files.c
Modified: soc2013/mattbw/backend/actions/install-files.c
==============================================================================
--- soc2013/mattbw/backend/actions/install-files.c Sun Jul 7 02:28:11 2013 (r254275)
+++ soc2013/mattbw/backend/actions/install-files.c Sun Jul 7 02:30:04 2013 (r254276)
@@ -88,7 +88,7 @@
} else {
/* TODO: event hook */
- if (open_remote_db(&db, backend) != EPKG_OK)
+ if (open_remote_db(&db, backend) == FALSE)
goto cleanup;
(void)pk_backend_set_status(backend, PK_STATUS_ENUM_INSTALL);
More information about the svn-soc-all
mailing list