diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-18 14:26:58 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-18 14:26:58 +0000 |
commit | c04fc82a3050c299dd3b866d83ba6da3239dd931 (patch) | |
tree | 7c3557d4d40df40855c8adbc4c2b4e898690ada6 /x11/kde4-workspace | |
parent | Update to 1.1.2.1. (diff) |
Fix a fat fingered commit I made two weeks ago:
It causes ksysguard to be installed setuid instead of ksysguardd. No
harm done though, ksysguard refuses to even run setuid.
Notes
Notes:
svn path=/head/; revision=109439
Diffstat (limited to 'x11/kde4-workspace')
-rw-r--r-- | x11/kde4-workspace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index b4fe9fff8f6a..67c989a40513 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -76,7 +76,7 @@ post-install: ${RM} -f ${PREFIX}/share/apps/konsole/linux.desktop ${CHMOD} u+s ${PREFIX}/bin/kcheckpass ${CHGRP} kmem ${PREFIX}/bin/ksysguardd && \ - ${CHMOD} g+s ${PREFIX}/bin/ksysguard$d + ${CHMOD} g+s ${PREFIX}/bin/ksysguardd ${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |