From 0822e119d5540e97f02d7788ca7b72dec9557ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Groenvall?= Date: Wed, 4 Oct 1995 15:35:02 +0000 Subject: [PATCH] bin -> libexec git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@147 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/popper/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/popper/Makefile.in b/appl/popper/Makefile.in index c203b0f7f..c88d479f3 100644 --- a/appl/popper/Makefile.in +++ b/appl/popper/Makefile.in @@ -46,7 +46,7 @@ Wall: install: all $(MKDIRHIER) $(bindir) - for x in $(PROG_LIBEXEC); do $(INSTALL) $$x $(bindir); done + for x in $(PROG_LIBEXEC); do $(INSTALL) $$x $(prefix)/libexec; done uninstall: