summaryrefslogtreecommitdiff
path: root/utils/Etbg_update_list
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Etbg_update_list')
-rwxr-xr-xutils/Etbg_update_list2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Etbg_update_list b/utils/Etbg_update_list
index 130f508..3e1a797 100755
--- a/utils/Etbg_update_list
+++ b/utils/Etbg_update_list
@@ -63,6 +63,6 @@ cd ../themes
for i in `ls -1` ; do
if [ -f $i/theme.cfg -a ! -e $i/$LISTFILE ]; then
echo "Creating symlink to $LISTFILE for theme $i"
- (cd $i && ln -sf ../../pix/$LISTFILE $LISTFILE)
+ (cd $i && ln -f -s ../../pix/$LISTFILE $LISTFILE)
fi
done