summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Crompton2016-03-05 16:19:49 +0100
committerJames Crompton2016-03-08 13:22:57 +0100
commit57f7e0a3695b4f0c36d3a2dd36aec5956d374446 (patch)
tree30b79e15a5bd5dee7ba8b00b71fedc15aca06b32 /PKGBUILD
parent46b97ac6066e0d681d91c082af659e4cd9e1f10e (diff)
downloadaur-57f7e0a3695b4f0c36d3a2dd36aec5956d374446.tar.gz
Find/respect KDE theme settings
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efa43c8b41ef..b3b9a06f737e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,7 @@ package() {
cat > $pkgdir/usr/bin/cewe-fotobuch <<-EOF
#!/usr/bin/bash
cd ${_installDir#$pkgdir}
- ./cewe-fotobuch "\$@"
+ KDEHOME=\$HOME/.kde4 exec ./cewe-fotobuch "\$@"
EOF
chmod 755 $pkgdir/usr/bin/cewe-fotobuch