diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-08-13 21:02:17 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-08-13 21:02:17 +0000 |
commit | ce32bf638c6e5d5c87c851cc6ecc4646a364ddb8 (patch) | |
tree | a1c49cad84477108433b94484b8722928354272d /app/ssh-askpass | |
parent | 7a0615ec856a191c68c3fa9c0b80fdd73debc5aa (diff) |
Install resource files in /usr/X11R6/share/X11/app-defaults
/etc/X11/app-defaults stays 1st in the libXt search path so, people
and ports can put customized versions there if needed.
If you didn't customize the versions in /etc/X11/app-defaults, they
should be removed to avoid future issues when one file changes.
discussed at g2k14 and ok ajacoutot@
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 60fab046b..abb388f4a 100644 --- a/app/ssh-askpass/Makefile +++ b/app/ssh-askpass/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2011/06/23 22:48:59 naddy Exp $ +# $OpenBSD: Makefile,v 1.14 2014/08/13 21:02:16 matthieu Exp $ .include <bsd.xconf.mk> PROG= ssh-askpass @@ -33,7 +33,7 @@ x11-ssh-askpass.o: $(CLASS)_ad.h afterinstall: ${INSTALL_DATA} $(CLASS).ad \ - $(DESTDIR)/etc/X11/app-defaults/$(CLASS) + $(DESTDIR)${X11BASE}/share/X11/app-defaults/$(CLASS) beforedepend: $(CLASS)_ad.h |