diff -u -r --new-file libutempter-1.1.1.orig/Makefile libutempter-1.1.1/Makefile --- libutempter-1.1.1.orig/Makefile 2002-12-24 03:25:11.000000000 -0800 +++ libutempter-1.1.1/Makefile 2004-04-19 13:20:04.000000000 -0700 @@ -31,7 +31,7 @@ INSTALL = install libdir = /usr/lib -libexecdir = /usr/lib +libexecdir = /usr/sbin includedir = /usr/include DESTDIR = @@ -52,7 +52,7 @@ iface.o: iface.c utempter.h install: - $(INSTALL) -pD -m2711 $(PROJECT) $(DESTDIR)$(libexecdir)/$(PROJECT)/$(PROJECT) + $(INSTALL) -pD -m2711 $(PROJECT) $(DESTDIR)$(libexecdir)/$(PROJECT) $(INSTALL) -pD -m644 $(PROJECT).h $(DESTDIR)$(includedir)/$(PROJECT).h $(INSTALL) -pD -m755 $(SHAREDLIB) $(DESTDIR)$(libdir)/$(SHAREDLIB).$(VERSION) $(INSTALL) -pD -m644 $(STATICLIB) $(DESTDIR)$(libdir)/$(STATICLIB) diff -u -r --new-file libutempter-1.1.1.orig/iface.c libutempter-1.1.1/iface.c --- libutempter-1.1.1.orig/iface.c 2003-02-14 10:09:03.000000000 -0800 +++ libutempter-1.1.1/iface.c 2004-04-19 13:20:52.000000000 -0700 @@ -36,7 +36,7 @@ #include "utempter.h" -#define UTEMPTER_DEFAULT_PATHNAME LIBEXECDIR "/utempter/utempter" +#define UTEMPTER_DEFAULT_PATHNAME LIBEXECDIR "/utempter" static const char *utempter_pathname; static int saved_fd = -1;