From 33de8a30c1ae672169c31571acf55a23a0f3b058 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 6 Mar 2025 17:06:48 -0300 Subject: bin/process: Overwrite existing hardlinks --- bin/process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/process b/bin/process index aeab915..7e0c814 100755 --- a/bin/process +++ b/bin/process @@ -30,7 +30,7 @@ all: $(sources.webmx) $(combined.webmx) $(combined.webmx): ffmpeg $(FFMFLAGS) `printf ' -i %s' $?` -c copy $*.webm mkdir -p processed/"`basename $(*D)`" - ln $*.webm processed/"`basename $(*D)`"/ + ln -f $*.webm processed/"`basename $(*D)`"/ touch $@ EOF } -- cgit v1.2.3