]> git.pld-linux.org Git - packages/gadmintools-gproftpd.git/blob - gadmintools-gproftpd-install.patch
- corrected lang tag in Summary
[packages/gadmintools-gproftpd.git] / gadmintools-gproftpd-install.patch
1 diff -urN gproftpd-8.3.2/Makefile.am gproftpd-8.3.2.new/Makefile.am
2 --- gproftpd-8.3.2/Makefile.am  2007-01-17 23:08:52.000000000 +0100
3 +++ gproftpd-8.3.2.new/Makefile.am      2007-09-08 21:56:24.881789582 +0200
4 @@ -29,28 +29,27 @@
5         if test -f $(DESTDIR)/usr/local/bin/consolehelper && test ! -f $(DESTDIR)/usr/local/bin/gproftpd; then \
6            ln -s $(DESTDIR)/usr/local/bin/consolehelper $(DESTDIR)/usr/local/bin/gproftpd; \
7         fi;
8 +       if test ! -d $(DESTDIR)$(sysconfdir)/pam.d; then \
9 +          $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pam.d; \
10 +       fi;
11         if test -d $(DESTDIR)$(sysconfdir)/pam.d; then \
12            cp etc/pam.d/gproftpd $(DESTDIR)$(sysconfdir)/pam.d/; \
13         fi;
14 +       if test ! -d $(DESTDIR)$(sysconfdir)/security/console.apps; then \
15 +          $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/security/console.apps; \
16 +       fi;
17         if test -d $(DESTDIR)$(sysconfdir)/security/console.apps; then \
18            cp etc/security/console.apps/gproftpd $(DESTDIR)$(sysconfdir)/security/console.apps/; \
19         fi;   
20 +       if test ! -d $(DESTDIR)$(datadir)/applications; then \
21 +          $(mkinstalldirs) $(DESTDIR)$(datadir)/applications; \
22 +       fi;
23         if test -d $(DESTDIR)$(datadir)/applications; then \
24 -          cp desktop/net-gproftpd.desktop $(DESTDIR)$(datadir)/applications/; \
25 +          cp desktop/net-gproftpd.desktop $(DESTDIR)$(datadir)/applications/gproftpd.desktop; \
26         fi;
27         if test -d $(DESTDIR)$(datadir)/gnome/apps/Internet; then \
28            cp desktop/net-gproftpd.desktop $(DESTDIR)$(datadir)/gnome/apps/Internet/; \
29         fi;
30 -       if test ! -d $(DESTDIR)$(datadir)/doc/gproftpd; then \
31 -          $(mkinstalldirs) $(DESTDIR)$(datadir)/doc/gproftpd; \
32 -          cp AUTHORS $(DESTDIR)$(datadir)/doc/gproftpd/; \
33 -          cp README $(DESTDIR)$(datadir)/doc/gproftpd/; \
34 -          cp ChangeLog $(DESTDIR)$(datadir)/doc/gproftpd/; \
35 -          cp COPYING $(DESTDIR)$(datadir)/doc/gproftpd/; \
36 -       fi;
37 -       if test ! -d $(DESTDIR)$(sysconfdir)/gproftpd; then \
38 -          $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gproftpd; \
39 -       fi;
40         if test ! -d $(DESTDIR)$(sysconfdir)/gproftpd; then \
41            $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gproftpd; \
42         fi;
This page took 0.058709 seconds and 3 git commands to generate.