diff --git a/doc/xschem_man/tutorial_xschem_slides03.html b/doc/xschem_man/tutorial_xschem_slides03.html index d2f353ad..67ad06e0 100644 --- a/doc/xschem_man/tutorial_xschem_slides03.html +++ b/doc/xschem_man/tutorial_xschem_slides03.html @@ -30,8 +30,6 @@ p{padding: 15px 30px 10px;}
-
+
diff --git a/scconfig/src/util/sccbox.c b/scconfig/src/util/sccbox.c
index 1cc4d909..7d598b0e 100644
--- a/scconfig/src/util/sccbox.c
+++ b/scconfig/src/util/sccbox.c
@@ -165,6 +165,7 @@ static void help_linstall(const char *prg) {
printf("recompilation without needing to reinstall.\n\n");
printf("Switches:\n");
help_ln_common();
+ printf(" -d force destination to be interpreted as a directory\n");
printf(" --preserve do not convert source paths to absolute\n\n");
}
@@ -578,8 +579,7 @@ static int safe_link(const char *src, const char *dst, int absolute, int relativ
return 1;
}
}
-
- if (force)
+ else if (force)
remove(dst);
supp = quiet ? " 2>/dev/null" : "";