Browse Source

Tobias Hintze <th@rocklinux.org>:

hotfix: fixing kdepim regression
	added -p for mkdir $sysconfdir/env
	(caused stage9 issues)



git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7331 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Tobias Hintze 19 years ago
parent
commit
38affb9b29
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/kde/kdepim/kdepim.conf

+ 1
- 1
package/kde/kdepim/kdepim.conf

@ -33,5 +33,5 @@
# startkde will source this file, which starts gpg-agent as a daemon,
# which in turn is required for full gpg support in kmail
hook_add postmake 5 "mkdir $sysconfdir/env ; cp -a \
hook_add postmake 5 "mkdir -p $sysconfdir/env ; cp -a \
$confdir/kde-env-gpg-agent.sh $sysconfdir/env/gpg-agent.sh"

Loading…
Cancel
Save