blob: 48dfaebf6dcd35057dbe36348479fd175b47783c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2004-08-11 15:41:06.000000000 -0400
+++ Makefile 2004-08-11 15:41:27.000000000 -0400
@@ -103,7 +103,7 @@
$(STRIP) $(DESTDIR)/sbin/grlearn
mkdir -p -m 700 $(DESTDIR)$(GRSEC_DIR)
@if [ ! -f $(DESTDIR)$(GRSEC_DIR)/policy ] ; then \
- if [ ! -f $(DESTDIR)$(GRSEC_DIR)/acl ] ; then \
+ if [ -f $(DESTDIR)$(GRSEC_DIR)/acl ] ; then \
mv $(DESTDIR)$(GRSEC_DIR)/acl $(DESTDIR)$(GRSEC_DIR)/policy ; \
else \
$(INSTALL) -m 0600 policy $(DESTDIR)$(GRSEC_DIR) ; \
|