From 25687f4f6b3b54b5f2c4d8ddd0a2445a32135d0e Mon Sep 17 00:00:00 2001 From: harvey-rtos Date: Tue, 23 Aug 2022 19:38:31 +0800 Subject: [PATCH] add patchelf yaml Signed-off-by: harvey-rtos (cherry picked from commit 56865462d2dc1dc3de26f561f1fbf8e268f6051f) --- patchelf.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 patchelf.yaml diff --git a/patchelf.yaml b/patchelf.yaml new file mode 100644 index 0000000..4158c99 --- /dev/null +++ b/patchelf.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: NixOS/patchelf +tag_prefix: "" +seperator: "." -- Gitee