]> git.pld-linux.org Git - packages/authconfig.git/commitdiff
- missing patches/sources
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 20 Jul 1999 10:57:18 +0000 (10:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    authconfig-make.patch -> 1.1

authconfig-make.patch [new file with mode: 0644]

diff --git a/authconfig-make.patch b/authconfig-make.patch
new file mode 100644 (file)
index 0000000..b97ec1f
--- /dev/null
@@ -0,0 +1,35 @@
+diff -ur authconfig-1.7.orig/Makefile authconfig-1.7/Makefile
+--- authconfig-1.7.orig/Makefile       Wed Mar 10 00:41:25 1999
++++ authconfig-1.7/Makefile    Sat Jul 17 15:37:13 1999
+@@ -18,7 +18,7 @@
+ authconfig: $(PROGNAME).c
+ install:
+-      mkdir -p $(INSTROOT)/usr/sbin $(INSTROOT)/usr/man/man8
++      mkdir -p $(INSTROOT)/usr/sbin $(INSTROOT)/usr/share/man/man8
+       install -m 755 -s $(PROGNAME) $(INSTROOT)/usr/sbin/$(PROGNAME)
+       for d in $(SUBDIRS); do \
+       (cd $$d; $(MAKE) INSTROOT=$(INSTROOT) install) \
+Only in authconfig-1.7: authconfig
+diff -ur authconfig-1.7.orig/man/Makefile authconfig-1.7/man/Makefile
+--- authconfig-1.7.orig/man/Makefile   Thu Feb  4 22:10:18 1999
++++ authconfig-1.7/man/Makefile        Sat Jul 17 15:37:58 1999
+@@ -1,11 +1,11 @@
+ all:
+ install:
+-      install -m 644 en/authconfig.8 $(INSTROOT)/usr/man/man8
++      install -m 644 en/authconfig.8 $(INSTROOT)/usr/share/man/man8
+       for d in $(shell ls | grep -v en | grep -v Makefile | grep -v CVS)""; do \
+               [ -z "$$d" ] && continue; \
+-              mkdir -p  $(INSTROOT)/usr/man/$$d/man8 ; \
+-              install -m 644 $$d/authconfig.8 $(INSTROOT)/usr/man/$$d/man8 ; \
++              mkdir -p  $(INSTROOT)/usr/share/man/$$d/man8 ; \
++              install -m 644 $$d/authconfig.8 $(INSTROOT)/usr/share/man/$$d/man8 ; \
+       done
+ clean:
+Only in authconfig-1.7/po: hu.mo
+Only in authconfig-1.7/po: in.mo
+Only in authconfig-1.7/po: no.mo
+Only in authconfig-1.7/po: sk.mo
This page took 0.097129 seconds and 4 git commands to generate.