21 lines
768 B
Diff
21 lines
768 B
Diff
--- setools-2.3/Makefile.rhat 2006-01-23 10:58:42.000000000 -0500
|
|
+++ setools-2.3/Makefile 2006-01-31 16:18:43.000000000 -0500
|
|
@@ -12,7 +12,7 @@
|
|
PREFIX ?= $(DESTDIR)/usr
|
|
|
|
INCLUDE_DIR = $(PREFIX)/include
|
|
-SHARED_LIB_INSTALL_DIR = $(PREFIX)/lib
|
|
+SHARED_LIB_INSTALL_DIR = $(DESTDIR)$(LIBDIR)
|
|
STATIC_LIB_INSTALL_DIR = $(SHARED_LIB_INSTALL_DIR)
|
|
#SETOOLS_INCLUDE = $(INCLUDE_DIR)/setools-$(SETOOLS_VER)
|
|
TCLVER = $(shell env tclsh tcl_vars)
|
|
@@ -37,7 +37,7 @@
|
|
# instead of "/usr/share/setools/". This probably needs to become more
|
|
# robust in the future.
|
|
#
|
|
-INSTALL_LIBDIR = $(PREFIX)/share/setools-$(SETOOLS_VER)
|
|
+INSTALL_LIBDIR = $(PREFIX)/share/setools
|
|
# all apps that have a te/fc file need to be listed here
|
|
POLICYINSTALLDIRS =
|
|
# Help files here
|