aboutsummaryrefslogtreecommitdiff
path: root/bin/process
diff options
context:
space:
mode:
Diffstat (limited to 'bin/process')
-rwxr-xr-xbin/process2
1 files changed, 1 insertions, 1 deletions
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
}