diff -u --recursive copyfs-1.0/Makefile.in copyfs-1.0-gentoo/Makefile.in --- copyfs-1.0/Makefile.in 2004-12-10 13:34:08.000000000 +0000 +++ copyfs-1.0-gentoo/Makefile.in 2004-12-16 20:34:44.724159540 +0000 @@ -27,8 +27,9 @@ all: $(TARGET) install: $(TARGET) $(SCRIPTS) - install -o root -g root -m 755 $(TARGET) /usr/local/bin - install -o root -g root -m 755 $(SCRIPTS) /usr/local/bin + @mkdir -p $(DESTDIR)/usr/bin + install -o root -g root -m 755 $(TARGET) $(DESTDIR)/usr/bin + install -o root -g root -m 755 $(SCRIPTS) $(DESTDIR)/usr/bin clean: rm -f *~ $(OBJ) \#*\# diff -u --recursive copyfs-1.0/ea.c copyfs-1.0-gentoo/ea.c --- copyfs-1.0/ea.c 2004-12-10 13:34:08.000000000 +0000 +++ copyfs-1.0-gentoo/ea.c 2004-12-16 20:36:03.868144344 +0000 @@ -1,10 +1,11 @@ #include #include -#include +#include #include #include #include #include +#include #include "helper.h" #include "structs.h" --- copyfs-1.0/interface.c 2004-12-16 20:37:56.214420764 +0000 +++ copyfs-1.0-gentoo/interface.c 2004-12-16 20:38:03.196008992 +0000 @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include