From 9e710c6096e9ac54ae9782f42fdcd6b0ae5e0591 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 11 Jul 2019 16:42:18 +0200 Subject: [PATCH] Cronolog: New Revision Add patch for not overwrite existing symlink https://github.com/fordmason/cronolog/issues/4 --- cronolog.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cronolog.be0 b/cronolog.be0 index b7f9c5a7e..e066e8e87 100755 --- a/cronolog.be0 +++ b/cronolog.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION cronolog-1.6.2-1 +# BEE_VERSION cronolog-1.6.2-2 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -15,7 +15,7 @@ SRCURL[0]="https://api.github.com/repos/fordmason/cronolog/tarball/8ea64c08afe54 ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -# PATCHURL+=() + PATCHURL=https://github.com/scotte/cronolog/commit/cdf0a0b264d0ea89a8cdc8ad9f26f29db1a5ed66.patch ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not