Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 19:34:57 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 19:34:57 +0200
commit6b93650bfd751c17d455e1688109492523cd0df6 (patch)
tree420dcc59edf3c95e47ab22e589d48e866d8ba331 /profiles
parent7448881582c69e4251cc60bade83a8ea853a4e21 (diff)
Type-o
Diffstat (limited to 'profiles')
-rw-r--r--profiles/kde.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/kde.py b/profiles/kde.py
index 53ab52d6..d0afee58 100644
--- a/profiles/kde.py
+++ b/profiles/kde.py
@@ -42,7 +42,7 @@ if __name__ == 'kde':
bash_profile.write('fi\n')
break
- with open(f'{mountpoint}/etc/skel/.bash_profile', 'a') as bash_profile:
+ with open(f'{installation.mountpoint}/etc/skel/.bash_profile', 'a') as bash_profile:
bash_profile.write('\n')
bash_profile.write('if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then\n')
bash_profile.write(' exec startx\n') # Possibly do 'startx' only to remain logged in if KDE crashes.