Check-in Number:
|
258 | |
Date: |
2001-Jan-08 21:40:24 (local)
2001-Jan-08 20:40:24 (UTC) |
User: | simons |
Branch: | |
Comment: |
Completed the install-testlist target. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/petidomo/Makefile.in 1.19 -> 1.20
--- Makefile.in 2001/01/08 16:19:32 1.19
+++ Makefile.in 2001/01/08 20:40:24 1.20
@@ -81,6 +81,11 @@
install-testlist:
@if [ ! -d $(localstatedir)/testlist ]; then $(INSTALL) -d $(localstatedir)/testlist; fi
+ $(INSTALL) -m 644 ../etc/list-config $(localstatedir)/testlist/config
+ $(INSTALL) -m 644 ../etc/list-acl $(localstatedir)/testlist/acl
+ @rm -f $(localstatedir)/testlist/list
+ cp /dev/null $(localstatedir)/testlist/list
+ @chmod 644 $(localstatedir)/testlist/list
clean distclean realclean::
@for n in lib*; do (cd $$n && $(MAKE) $@); done
|
|