mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 06:44:40 +01:00
75eb09638d
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>
14 lines
221 B
Diff
14 lines
221 B
Diff
--- 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=()
|