]> git.pld-linux.org Git - packages/authconfig.git/blame - authconfig-make.patch
- adapterized.
[packages/authconfig.git] / authconfig-make.patch
CommitLineData
b55256e3
JR
1diff -ur authconfig-1.7.orig/Makefile authconfig-1.7/Makefile
2--- authconfig-1.7.orig/Makefile Wed Mar 10 00:41:25 1999
3+++ authconfig-1.7/Makefile Sat Jul 17 15:37:13 1999
4@@ -18,7 +18,7 @@
5 authconfig: $(PROGNAME).c
6
7 install:
8- mkdir -p $(INSTROOT)/usr/sbin $(INSTROOT)/usr/man/man8
9+ mkdir -p $(INSTROOT)/usr/sbin $(INSTROOT)/usr/share/man/man8
10 install -m 755 -s $(PROGNAME) $(INSTROOT)/usr/sbin/$(PROGNAME)
11 for d in $(SUBDIRS); do \
12 (cd $$d; $(MAKE) INSTROOT=$(INSTROOT) install) \
13Only in authconfig-1.7: authconfig
14diff -ur authconfig-1.7.orig/man/Makefile authconfig-1.7/man/Makefile
15--- authconfig-1.7.orig/man/Makefile Thu Feb 4 22:10:18 1999
16+++ authconfig-1.7/man/Makefile Sat Jul 17 15:37:58 1999
17@@ -1,11 +1,11 @@
18 all:
19
20 install:
21- install -m 644 en/authconfig.8 $(INSTROOT)/usr/man/man8
22+ install -m 644 en/authconfig.8 $(INSTROOT)/usr/share/man/man8
23 for d in $(shell ls | grep -v en | grep -v Makefile | grep -v CVS)""; do \
24 [ -z "$$d" ] && continue; \
25- mkdir -p $(INSTROOT)/usr/man/$$d/man8 ; \
26- install -m 644 $$d/authconfig.8 $(INSTROOT)/usr/man/$$d/man8 ; \
27+ mkdir -p $(INSTROOT)/usr/share/man/$$d/man8 ; \
28+ install -m 644 $$d/authconfig.8 $(INSTROOT)/usr/share/man/$$d/man8 ; \
29 done
30
31 clean:
32Only in authconfig-1.7/po: hu.mo
33Only in authconfig-1.7/po: in.mo
34Only in authconfig-1.7/po: no.mo
35Only in authconfig-1.7/po: sk.mo
This page took 0.066663 seconds and 4 git commands to generate.