xbps-bin: add -v flag, used when installing/removing currently.

--HG--
extra : convert_revision : d543b52213bf3d35b17ef29ff74a879bc4342cef
This commit is contained in:
Juan RP 2009-02-17 00:08:03 +01:00
parent 8d5e1ab017
commit fb998feacf
8 changed files with 83 additions and 63 deletions

View file

@ -50,6 +50,9 @@
/* Filename of the package properties plist file. */
#define XBPS_PKGPROPS "props.plist"
/* Unpack flags */
#define XBPS_UNPACK_VERBOSE 0x00000001
#include "cmpver.h"
#include "fexec.h"
#include "humanize_number.h"