Install and Remove Patch

Fixed issue where packages would not install or remove correctly.
This commit is contained in:
David Allen 2022-01-16 23:14:47 -06:00
parent 2b250d9a2d
commit 2fd55de71e
6 changed files with 64 additions and 38 deletions

View file

@ -1,5 +1,6 @@
#pragma once
#include <rapidjson/rapidjson.h>
#include <string>
namespace gdpm::constants{
@ -75,4 +76,4 @@ namespace gdpm::constants{
#ifndef GDPM_TIMESTAMP_FORMAT
#define GDPM_TIMESTAMP_FORMAT ":%I:%M:%S %p; %Y-%m-%d"
#endif
#endif