Move images to the same domain under img/
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
58fc2a673d
commit
c37de82ede
6
Makefile
6
Makefile
|
@ -70,13 +70,13 @@ website.tar.gz: build index.html
|
||||||
sed 's/DOMAIN/$(DOMAIN)/' index.html.tmpl > index.html
|
sed 's/DOMAIN/$(DOMAIN)/' index.html.tmpl > index.html
|
||||||
tar \
|
tar \
|
||||||
--exclude-vcs \
|
--exclude-vcs \
|
||||||
--exclude-vcs-ignores \
|
|
||||||
--format=gnu \
|
--format=gnu \
|
||||||
--mtime='1970-01-01 00:00Z' \
|
--mtime='1970-01-01 00:00Z' \
|
||||||
--owner=0 --group=0 --numeric-owner \
|
--owner=0 --group=0 --numeric-owner \
|
||||||
--sort=name \
|
--sort=name \
|
||||||
-czf \
|
-czf \
|
||||||
website.tar.gz \
|
website.tar.gz \
|
||||||
untitled/www/lbwww/site/ \
|
untitled/www/ \
|
||||||
index.html \
|
index.html \
|
||||||
--transform="s#untitled/www/lbwww/site/#libreboot/#" \
|
--transform="s#untitled/www/lbwww/site/#libreboot/#" \
|
||||||
|
--transform="s#untitled/www/lbwww-img/www/#libreboot/img/#"
|
||||||
|
|
Loading…
Reference in New Issue