Skip to content

Commit

Permalink
ktorrent.profile: fix mkfile without mkdir
Browse files Browse the repository at this point in the history
firejail fails to create the following file:

* ~/.kde/share/config/ktorrentrc

Because it does not create the preceding directories beforehand:

* ~/.kde/share/config

Relates to #5414.
  • Loading branch information
kmk3 committed Oct 11, 2022
1 parent 25e02b8 commit e1d537d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/profile-a-l/ktorrent.profile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ include disable-shell.inc

# Legacy paths
#mkdir ${HOME}/.kde4/share/apps/ktorrent
#mkdir ${HOME}/.kde4/share/config
#mkfile ${HOME}/.kde4/share/config/ktorrentrc

mkdir ${HOME}/.kde/share/apps/ktorrent
mkdir ${HOME}/.kde/share/config
mkdir ${HOME}/.local/share/ktorrent
mkdir ${HOME}/.local/share/kxmlgui5/ktorrent
mkfile ${HOME}/.config/ktorrentrc
Expand Down

0 comments on commit e1d537d

Please sign in to comment.