From 24c97c6988fa1c2314c2f300003b02c8026f2887 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 12 Nov 2017 00:22:54 +0200 Subject: [PATCH] makefile: force overwrite target binary fixes "cp: cannot create regular file '/xlxd/xlxd': Text file busy --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile b/src/makefile index f0f1378..691c14e 100644 --- a/src/makefile +++ b/src/makefile @@ -18,7 +18,7 @@ clean: install: mkdir -p /xlxd - cp $(EXECUTABLE) /xlxd/ + cp -f $(EXECUTABLE) /xlxd/ cp -i ../config/xlxd.blacklist /xlxd/ cp -i ../config/xlxd.whitelist /xlxd/ cp -i ../config/xlxd.interlink /xlxd/