~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Henning Eggers
  • Date: 2008-09-22 13:55:24 UTC
  • mto: This revision was merged to the branch mainline in revision 7060.
  • Revision ID: henning.eggers@canonical.com-20080922135524-49lndej6j3ibfdhb
Added creation of /etc/apache/ssl directory to Makefile before copying files there, as it might not exist.

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
install: reload-apache
263
263
 
264
264
copy-certificates:
 
265
        mkdir -p /etc/apache2/ssl
265
266
        cp configs/development/launchpad.crt /etc/apache2/ssl/
266
267
        cp configs/development/launchpad.key /etc/apache2/ssl/
267
268