bindir -> libexecdir

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5677 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-21 17:02:08 +00:00
parent 11488f8f45
commit 1b101bc9d7

View File

@@ -11,7 +11,7 @@ libexec_PROGRAMS = push
push_SOURCES = push.c push_locl.h
pfrom: pfrom.in
sed -e "s!%bindir%!$(bindir)!" $(srcdir)/pfrom.in > $@
sed -e "s!%libexecdir!$(libexecdir)!" $(srcdir)/pfrom.in > $@
chmod +x $@
man_MANS = push.8