diff options
author | Javier <dev.git@javispedro.com> | 2024-10-05 00:32:17 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2024-10-05 00:59:23 +0200 |
commit | 02e7400c2407fed1ee7b7189c60a71aed9aa9725 (patch) | |
tree | 9623fab8d1e7cc13d544aa9f24ee1f25ccea528a /Makefile | |
parent | 969531b92ac5d67e26880cff986f53da98b29ce3 (diff) | |
download | vmusic-02e7400c2407fed1ee7b7189c60a71aed9aa9725.tar.gz vmusic-02e7400c2407fed1ee7b7189c60a71aed9aa9725.zip |
move scripts around
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 . |