From 14687a0d60b086cd0af0560efc4ba64fca1b2406 Mon Sep 17 00:00:00 2001 From: DTB Date: Fri, 24 Nov 2023 07:57:16 -0700 Subject: [PATCH] fix build i think --- .build.yml | 6 ++++-- Makefile | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index be81fab..a98cc37 100644 --- a/.build.yml +++ b/.build.yml @@ -6,6 +6,8 @@ packages: tasks: - package: | make -C src dist/homepage.tar.gz - ls -l site.tar.gz +- vocalize: | + tar tzf dist/homepage.tar.gz + ls -l homepage.tar.gz - upload: | - hut pages publish -d trinity.moe homepage.tar.gz + hut pages publish -d trinity.moe dist/homepage.tar.gz diff --git a/Makefile b/Makefile index d025589..674378c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ dist/homepage.tar.gz: mkdir -p dist/homepage cp $(HOMEPAGE_FILES) dist/homepage cd dist/homepage; sh homepage; cd ../.. - tar cvz -C dist/homepage . >dist/homepage.tar.gz + tar cz -C dist/homepage . >dist/homepage.tar.gz # i made this script to fetch icons for my grandmother and put them in icons/ # so i wouldn't have to fetch the icons for her desktop when i made her a new