nix: fix rsync order
Sitemap gets removed since it is not in the other tree.
This commit is contained in:
parent
f2b4785e33
commit
57a7aa4410
@ -89,8 +89,8 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
xmllint --noblanks static-tmp/sitemap.xml --output static-tmp/sitemap.xml
|
xmllint --noblanks static-tmp/sitemap.xml --output static-tmp/sitemap.xml
|
||||||
brotli -f static-tmp/sitemap.xml
|
brotli -f static-tmp/sitemap.xml
|
||||||
zopfli static-tmp/sitemap.xml
|
zopfli static-tmp/sitemap.xml
|
||||||
rsync -pcv --chmod=D755,F644 --fsync --preallocate static-tmp/sitemap.xml{,.gz,.br} $out
|
|
||||||
rsync -rptcv --chmod=D755,F644 --delete --fsync --preallocate static-production/ $out
|
rsync -rptcv --chmod=D755,F644 --delete --fsync --preallocate static-production/ $out
|
||||||
|
rsync -pcv --chmod=D755,F644 --fsync --preallocate static-tmp/sitemap.xml{,.gz,.br} $out
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user