about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-05 13:49:15 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-26 16:33:21 +0700
commit3de16b8dc9a5895121ee4db18687acc754e3709f (patch)
tree55378433f19c61e133731dbf05d2c8cd3afa2c03
parent55def072063f798c21499a65ab6e295a4a7b19c9 (diff)
downloadblog-3de16b8dc9a5895121ee4db18687acc754e3709f.tar.gz
Try with different tmp dir
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 289759a..4f66a9a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PACKAGE_CONLANGS := $(addprefix package-,${CONLANGS})
 all: install-net install-geek
 
 install-geek install-net: install-%: package-cv ${PACKAGE_CONLANGS}
-	rsync -avh --delete dot$*/ /var/lib/www/xrvs.$*/
+	rsync -avh --delete --temp-dir=/tmp/ dot$*/ /var/lib/www/xrvs.$*/
 
 
 webring: