0864153
--- setools-2.2/seaudit/Makefile.rhat	2005-10-28 18:12:32.000000000 -0400
f52284e
+++ setools-2.2/seaudit/Makefile	2005-11-03 17:11:31.000000000 -0500
0864153
@@ -60,8 +60,8 @@
0864153
 	$(CC) $(CFLAGS) $(GTK_CFLAGS) $(LIBXML_FLAGS) $(INCLUDE) -c $<
1d439ed
 
0864153
 install: seaudit seaudit-report
0864153
-	install -m 755 seaudit $(BINDIR)
0864153
-	install -m 755 seaudit-report $(BINDIR)
0864153
+	install -m 755 seaudit $(SBINDIR)
0864153
+	install -m 755 seaudit-report $(SBINDIR)
ee838e0
 	install -m 644 $(GLADE_FILES) $(INSTALL_LIBDIR)
0864153
 	install -m 644 seaudit_help.txt $(INSTALL_LIBDIR)
0864153
 	install -m 444 dot_seaudit $(INSTALL_LIBDIR)
0864153
--- setools-2.2/apol/Makefile.rhat	2005-10-28 18:12:32.000000000 -0400
f52284e
+++ setools-2.2/apol/Makefile	2005-11-03 17:11:31.000000000 -0500
0864153
@@ -80,7 +80,7 @@
0864153
 	$(MAKE) -C .. libsefs
8236498
 
92db4c6
 install: apol apol.tcl
92db4c6
-	install -m 755 apol $(BINDIR)
92db4c6
+	install -m 755 apol $(SBINDIR)
92db4c6
 	@if [ -n $(INSTALL_LIBDIR) ]; then \
92db4c6
 		for file in $(TCL-FILES); do \
92db4c6
 			if [ -f $(INSTALL_LIBDIR)/$$file ]; then \
0864153
@@ -89,6 +89,7 @@
92db4c6
 		done \
92db4c6
 	fi
92db4c6
 	install -m 644 apol.tcl $(APOL_HELP_FILES) $(APOL_PERM_MAPS) $(INSTALL_LIBDIR)
92db4c6
+	install -m 644 $(APOL_HELP_FILES) $(APOL_PERM_MAPS) ${INSTALL_HELPDIR}
92db4c6
 	cd $(INSTALL_LIBDIR); ln -sf $(APOL_DFLT_PMAP) apol_perm_mapping
8236498
 
92db4c6
 clean:
f52284e
--- setools-2.2/Makefile.rhat	2005-10-28 18:12:32.000000000 -0400
f52284e
+++ setools-2.2/Makefile	2005-11-03 17:15:11.000000000 -0500
0864153
@@ -10,7 +10,7 @@
0864153
 LIBS			= -lfl -lm
0864153
 
0864153
 INCLUDE_DIR		= $(DESTDIR)/usr/include
0864153
-SHARED_LIB_INSTALL_DIR 	= $(DESTDIR)/usr/lib
0864153
+SHARED_LIB_INSTALL_DIR 	= $(DESTDIR)$(LIBDIR)
0864153
 STATIC_LIB_INSTALL_DIR 	= $(SHARED_LIB_INSTALL_DIR)
0864153
 SETOOLS_INCLUDE 	= $(INCLUDE_DIR)/setools
0864153
 TCLVER			= $(shell env tclsh tcl_vars)
f52284e
@@ -28,6 +28,7 @@
f52284e
 # Install directories
f52284e
 # Binaries go here
f52284e
 BINDIR			= $(DESTDIR)/usr/bin
f52284e
+SBINDIR			= $(DESTDIR)/usr/sbin
f52284e
 # The code uses the specified path below. If you change this, DO NOT add 
f52284e
 # a trailing path seperator ("/"). For example, use "/usr/share/setools" 
f52284e
 # instead of "/usr/share/setools/". This probably needs to become more 
0864153
--- setools-2.2/sediff/Makefile.rhat	2005-10-28 18:12:32.000000000 -0400
f52284e
+++ setools-2.2/sediff/Makefile	2005-11-03 17:11:31.000000000 -0500
0864153
@@ -24,7 +24,8 @@
0864153
 	install -m 755 sediff $(BINDIR);
0864153
 	
0864153
 install: all
0864153
-	install -m 755 sediff sediffx $(BINDIR);
0864153
+	install -m 755 sediff $(BINDIR);
0864153
+	install -m 755 sediffx $(SBINDIR);
17ea084
 	install -m 644 $(GLADE_FILES) $(INSTALL_LIBDIR)
0864153
 	install -m 644 sediff_help.txt $(INSTALL_LIBDIR)
17ff598