From b11a7b02d005083ccbdd7a2b007b6481bec0fe17 Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Sat, 13 Aug 2022 09:29:19 +0200 Subject: [PATCH] fix --user-lib-path default path in xschem install tutorial --- doc/xschem_man/tutorial_install_xschem.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/xschem_man/tutorial_install_xschem.html b/doc/xschem_man/tutorial_install_xschem.html index 0aa5bc8d..bab20077 100644 --- a/doc/xschem_man/tutorial_install_xschem.html +++ b/doc/xschem_man/tutorial_install_xschem.html @@ -51,7 +51,7 @@ schippes@mazinga:~/xschem_git$ ./configure
which sets all default paths, it is equivalent to doing:

 schippes@mazinga:~/xschem_git$ ./configure --prefix=/usr/local --user-conf-dir=~/.xschem \
---user-lib-path=~/share/xschem/xschem_library \
+--user-lib-path=~/.xschem/xschem_library \
 --sys-lib-path=/usr/local/share/xschem/xschem_library/devices