~ubuntu-branches/ubuntu/quantal/ca-certificates/quantal-security

« back to all changes in this revision

Viewing changes to cacert.org/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Kern
  • Date: 2009-07-09 10:35:39 UTC
  • mfrom: (9.1.4 karmic)
  • Revision ID: james.westby@ubuntu.com-20090709103539-yntccp0wqnf4a361
Tags: 20090709
Fix purge by checking for `/etc/ssl/certs' first.  (Closes: #536331)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
install:
11
11
        cat root.crt class3.crt > cacert.org.crt
12
 
        for p in *.crt; do \
13
 
         install -m 644 $$p $(CERTSDIR)/$$p ; \
14
 
        done
 
12
        install -m 644 cacert.org.crt $(CERTSDIR)/cacert.org.crt
 
13