From 02e7400c2407fed1ee7b7189c60a71aed9aa9725 Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 5 Oct 2024 00:32:17 +0200 Subject: move scripts around --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d42391e..82a3a85 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ $(OUTDIR)/ExtPack.signature: $(OUTDIR)/ExtPack.manifest: $(OUTDIR) $(OUTOSDIR) cd $(OUTDIR) ;\ - find -type f -printf '%P\n' | xargs ../build_manifest.sh > $(@F) + find -type f -printf '%P\n' | xargs ../scripts/build_manifest.sh > $(@F) pack: $(OUTDIR)/ExtPack.xml $(OUTDIR)/ExtPack.signature $(OUTDIR)/ExtPack.manifest tar --format=ustar --numeric-owner --owner=0 --group=0 --mode='a=rX,u+w' --sort=name -C $(OUTDIR) -f VMusic.vbox-extpack -v -z -c . -- cgit v1.2.3