/[smeserver]/rpms/diald/sme8/diald-1.0.install.patch
ViewVC logotype

Annotation of /rpms/diald/sme8/diald-1.0.install.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 18:15:05 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: diald-1_0-3_el5_sme, HEAD
Import on branch sme8 of package diald-1.0-3.el5.sme.src.rpm

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' diald-1.0/Makefile.in mezzanine_patched_diald-1.0/Makefile.in
2     --- diald-1.0/Makefile.in 2001-06-16 05:16:04.000000000 -0600
3     +++ mezzanine_patched_diald-1.0/Makefile.in 2007-05-14 22:33:19.000000000 -0600
4     @@ -51,21 +51,21 @@
5     $(INSTALL) -d $(DESTDIR)$(bindir)
6     $(INSTALL) -m 0755 bin/dctrl $(DESTDIR)$(bindir)/dctrl
7     $(INSTALL) -d $(DESTDIR)$(sbindir)
8     - $(INSTALL) -s -o root -g bin diald $(DESTDIR)$(sbindir)/diald
9     + $(INSTALL) -s diald $(DESTDIR)$(sbindir)/diald
10     $(INSTALL) -d $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 \
11     $(DESTDIR)$(mandir)/man8
12     - $(INSTALL) -o root -g bin -m 0644 doc/diald.man $(DESTDIR)$(mandir)/man8/diald.8
13     - $(INSTALL) -o root -g bin -m 0644 doc/dctrl.man $(DESTDIR)$(mandir)/man1/dctrl.1
14     - $(INSTALL) -o root -g bin -m 0644 doc/diald-examples.man $(DESTDIR)$(mandir)/man5/diald-examples.5
15     - $(INSTALL) -o root -g bin -m 0644 doc/diald-control.man $(DESTDIR)$(mandir)/man5/diald-control.5
16     - $(INSTALL) -o root -g bin -m 0644 doc/diald-monitor.man $(DESTDIR)$(mandir)/man5/diald-monitor.5
17     + $(INSTALL) -m 0644 doc/diald.man $(DESTDIR)$(mandir)/man8/diald.8
18     + $(INSTALL) -m 0644 doc/dctrl.man $(DESTDIR)$(mandir)/man1/dctrl.1
19     + $(INSTALL) -m 0644 doc/diald-examples.man $(DESTDIR)$(mandir)/man5/diald-examples.5
20     + $(INSTALL) -m 0644 doc/diald-control.man $(DESTDIR)$(mandir)/man5/diald-control.5
21     + $(INSTALL) -m 0644 doc/diald-monitor.man $(DESTDIR)$(mandir)/man5/diald-monitor.5
22     -mkdir -p $(DESTDIR)$(libdir)
23     - $(INSTALL) -o root -g bin lib/*.gif $(DESTDIR)$(libdir)
24     - $(INSTALL) -o root -g bin -m 0644 config/diald.defs $(DESTDIR)$(libdir)/diald.defs
25     - $(INSTALL) -o root -g bin -m 0644 config/standard.filter $(DESTDIR)$(libdir)/standard.filter
26     + $(INSTALL) lib/*.gif $(DESTDIR)$(libdir)
27     + $(INSTALL) -m 0644 config/diald.defs $(DESTDIR)$(libdir)/diald.defs
28     + $(INSTALL) -m 0644 config/standard.filter $(DESTDIR)$(libdir)/standard.filter
29     $(INSTALL) -d -m 0755 $(DESTDIR)/etc/pam.d
30     - $(INSTALL) -o root -g root -m 0644 config/diald.pam $(DESTDIR)/$(sysconfdir)/pam.d/diald
31     - $(INSTALL) -o root -g bin bin/connect $(DESTDIR)$(libdir)/connect
32     + $(INSTALL) -m 0644 config/diald.pam $(DESTDIR)/$(sysconfdir)/pam.d/diald
33     + $(INSTALL) bin/connect $(DESTDIR)$(libdir)/connect
34    
35     clean:
36     rm -f *.o diald

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed