diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 11:33:15 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 11:33:15 +0000 |
commit | b975a8beeffd102202e45dfabd9b1a5885f813d8 (patch) | |
tree | dbb41ae056e140727799060b16c310bbde67e06f /app/ssh-askpass | |
parent | fd514170098e0b67d4b9a6ac16068346742c32b3 (diff) |
Force ownership of installed app-defaults
Diffstat (limited to 'app/ssh-askpass')
-rw-r--r-- | app/ssh-askpass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/ssh-askpass/Makefile b/app/ssh-askpass/Makefile index a9397d228..5f08c1dba 100644 --- a/app/ssh-askpass/Makefile +++ b/app/ssh-askpass/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2006/11/29 11:30:05 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2006/11/29 11:33:14 matthieu Exp $ .include <bsd.own.mk> X11BASE?= /usr/X11R6 @@ -30,7 +30,7 @@ $(CLASS).ad: $(APP_DEFAULTS) ln -s $(.CURDIR)/$(APP_DEFAULTS) $(CLASS).ad afterinstall: - $(INSTALL) $(INSTALL_COPY) $(CLASS).ad \ + $(INSTALL) $(INSTALL_COPY) -o $(BINOWN) -g $(BINGRP) $(CLASS).ad \ $(DESTDIR)/etc/X11/app-defaults/$(CLASS) beforedepend: $(CLASS)_ad.h |