mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
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:
@@ -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=()
|
||||
Reference in New Issue
Block a user