tang: Update to version 7

Added License information.

Cleaned up Makefile for consistency between packages.

Added numerical prefixes to the patches for clarity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2019-07-15 13:00:21 -07:00
parent d53191e3f9
commit 75eb09638d
4 changed files with 17 additions and 33 deletions

View File

@@ -0,0 +1,13 @@
--- a/src/tangd-update
+++ b/src/tangd-update
@@ -33,8 +33,8 @@ fi
[ ! -d "$2" ] && mkdir -p -m 0700 "$2"
-src=`realpath "$1"`
-dst=`realpath "$2"`
+src=`readlink -f "$1"`
+dst=`readlink -f "$2"`
payl=()
sign=()