set ck_patch as we have patched source
[ckermit.git] / debian / patches / 900_ck_patch.patch
1 Index: ckermit/ckcmai.c
2 ===================================================================
3 --- ckermit.orig/ckcmai.c       2012-01-28 23:09:40.000000000 +0000
4 +++ ckermit/ckcmai.c    2012-05-09 02:21:01.000000000 +0100
5 @@ -113,7 +113,7 @@
6  #endif /* OS2 */
7  
8  char *ck_s_who = "";                    /* Where customized, "" = not. */
9 -char *ck_patch = "";                    /* Patch info, if any. */
10 +char *ck_patch = "1";                    /* Patch info, if any. */
11  
12  #define CKVERLEN 128
13  char versiox[CKVERLEN];                 /* Version string buffer  */