File fde-tools-fix-paths.patch of Package fde-tools
Index: fde-tools-0.6.3/Makefile =================================================================== --- fde-tools-0.6.3.orig/Makefile +++ fde-tools-0.6.3/Makefile @@ -1,7 +1,7 @@ PKGNAME = fde-tools-0.6.3 CCOPT = -O0 -g -SBINDIR = /sbin +SBINDIR = /usr/sbin SYSCONFIGDIR = /etc/sysconfig FDE_CONFIG_DIR = /etc/fde FDE_SHARE_DIR = /usr/share/fde @@ -30,8 +30,8 @@ _LIBSCRIPTS = $(addprefix share/,$(LIBSC all: $(TOOLS) install:: $(TOOLS) - install -d $(DESTDIR)/bin - install -m 755 $(TOOLS) $(DESTDIR)/bin + install -d $(DESTDIR)/usr/bin + install -m 755 $(TOOLS) $(DESTDIR)/usr/bin install:: @mkdir -p $(DESTDIR)$(FIRSTBOOTDIR)/modules