From 12758e9484429ca6d013b15e22af84827ae37700 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 19 Jan 2022 09:13:38 +0100 Subject: Small fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bbc983f..8bd7307 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ scripts: > scripts-build/$$s ;\ done -scriptsinstall: +scriptsinstall: scripts for s in ${SCRIPTS}; do\ cp -f scripts-build/$$s ${DESTDIR}${PREFIX}/bin ; \ chmod 755 ${DESTDIR}${PREFIX}/bin/$$s ;\ -- cgit v1.3