fix build i think
This commit is contained in:
parent
20e9916b5a
commit
14687a0d60
@ -6,6 +6,8 @@ packages:
|
|||||||
tasks:
|
tasks:
|
||||||
- package: |
|
- package: |
|
||||||
make -C src dist/homepage.tar.gz
|
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: |
|
- upload: |
|
||||||
hut pages publish -d trinity.moe homepage.tar.gz
|
hut pages publish -d trinity.moe dist/homepage.tar.gz
|
||||||
|
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ dist/homepage.tar.gz:
|
|||||||
mkdir -p dist/homepage
|
mkdir -p dist/homepage
|
||||||
cp $(HOMEPAGE_FILES) dist/homepage
|
cp $(HOMEPAGE_FILES) dist/homepage
|
||||||
cd dist/homepage; sh homepage; cd ../..
|
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/
|
# 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
|
# so i wouldn't have to fetch the icons for her desktop when i made her a new
|
||||||
|
Loading…
Reference in New Issue
Block a user