~ubuntu-branches/debian/squeeze/sympa/squeeze

« back to all changes in this revision

Viewing changes to wwsympa/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2005-04-09 23:33:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050409233335-fm1lfafyokbq4bsx
Tags: 4.1.5-2

* added /etc/mail to directory list (Closes: #298404, thanks to Massimo
  Cetra <mcetra@navynet.it> for the report)
* fixed typo in package description (Closes: #300038, thanks to Florian
  Zumbiehl <florz@gmx.de> for the report) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Makefile - This Makefile does the web interface of Sympa installation
2
 
# RCS Identication ; $Revision: 1.13 $ ; $Date: 2002/01/25 09:34:57 $ 
 
2
# RCS Identication ; $Revision: 1.15.2.2 $ ; $Date: 2004/04/26 09:42:33 $ 
3
3
#
4
4
# Sympa - SYsteme de Multi-Postage Automatique
5
5
# Copyright (c) 1997, 1998, 1999, 2000, 2001 Comite Reseau des Universites
23
23
 
24
24
cgi_SUBST       =       wwsympa.fcgi
25
25
 
26
 
lib_SUBST       =       wwslib.pm cookielib.pm bounce-lib.pl Marc.pm
 
26
lib_SUBST       =       wwslib.pm cookielib.pm bounce-lib.pl Marc.pm Auth.pm
27
27
 
28
28
SRC             =       mime.types 
29
29
 
106
106
                ( \
107
107
                cd $$lang; \
108
108
                PERL=$(PERL); export PERL; \
 
109
                UMASK=0644; export UMASK; \
109
110
                INSTALLDIR=$(ETCBINDIR)/wws_templates; export INSTALLDIR; \
110
111
                SBINDIR=$(SBINDIR); export SBINDIR; \
111
112
                CGIDIR=$(CGIDIR); export CGIDIR; \
124
125
                ); \
125
126
        done
126
127
        $(PERL) ../set_symlinks.pl wws_templates $(DESTDIR)$(ETCBINDIR)/wws_templates
127
 
        chmod -R 644 $(DESTDIR)$(ETCBINDIR)/wws_templates
 
128
        find $(DESTDIR)$(ETCBINDIR) -type d -exec chmod 755 {} \;
 
129
        find $(DESTDIR)$(ETCBINDIR) -type f -exec chmod 644 {} \;
128
130
 
129
131
installicons:
130
132
        @echo "Installing icons..."
157
159
                INSTALLDIR=$(SBINDIR); export INSTALLDIR; \
158
160
                SBINDIR=$(SBINDIR); export SBINDIR; \
159
161
                CGIDIR=$(CGIDIR); export CGIDIR; \
 
162
                USER=$(USER); export USER; \
 
163
                GROUP=$(GROUP); export GROUP; \
160
164
                PIDDIR=$(PIDDIR); export PIDDIR;\
161
165
                LIBDIR=$(LIBDIR); export LIBDIR; \
162
166
                DESTDIR=$(DESTDIR); export DESDIR; \