From 123687a5aa3482b5ba9ca86179526c94422b409d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 18 Jul 2021 18:49:13 +0200 Subject: Add savepatch, xpkg scripts --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f58e034..e6af53a 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,4 @@ +BIN != find . -type f -perm -111 -maxdepth 1 + install: - install conv pkgdiffs pkgpatch pkgundo undopatch /usr/local/bin + install $(BIN) /usr/local/bin -- cgit v1.2.3