diff --exclude-from=exclude --exclude=sepolgen-1.0.10 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/genhomedircon policycoreutils-2.0.27/scripts/genhomedircon --- nsapolicycoreutils/scripts/genhomedircon 1969-12-31 19:00:00.000000000 -0500 +++ policycoreutils-2.0.27/scripts/genhomedircon 2007-10-05 13:09:32.000000000 -0400 @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/sbin/semodule -Bn diff --exclude-from=exclude --exclude=sepolgen-1.0.10 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/Makefile policycoreutils-2.0.27/scripts/Makefile --- nsapolicycoreutils/scripts/Makefile 2007-08-23 16:52:26.000000000 -0400 +++ policycoreutils-2.0.27/scripts/Makefile 2007-10-04 10:25:50.000000000 -0400 @@ -5,12 +5,13 @@ MANDIR ?= $(PREFIX)/share/man LOCALEDIR ?= /usr/share/locale -all: fixfiles +all: fixfiles genhomedircon install: all -mkdir -p $(BINDIR) install -m 755 chcat $(BINDIR) install -m 755 fixfiles $(DESTDIR)/sbin + install -m 755 genhomedircon $(SBINDIR) -mkdir -p $(MANDIR)/man8 install -m 644 fixfiles.8 $(MANDIR)/man8/ install -m 644 chcat.8 $(MANDIR)/man8/