From ff2a7a268339a79d8dc011f2508acfa42b9e566d Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Thu, 12 Mar 2020 19:33:24 +0100 Subject: [PATCH] Copy audio files on install --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c9fe99f..d7bb532 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,8 @@ newhostfiles : .PHONY: install install : newhostfiles sgs-xl mkdir -p $(CFGDIR) + mkdir -p $(DATADIR) + cp -rf data/* $(DATADIR) cp -f sgs-xl.cfg $(CFGDIR) cp -f sgs-xl $(BINDIR) cp -f sgs-xl.service /lib/systemd/system