~ubuntu-branches/ubuntu/trusty/ca-certificates/trusty-proposed

« back to all changes in this revision

Viewing changes to mozilla/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Fumitoshi UKAI
  • Date: 2004-08-09 03:23:20 UTC
  • mfrom: (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040809032320-29vpp5g9f4xroy2g
Tags: 20040809
previous version was not fixed Bug#255933 correctly.
update-ca-certificates now remove symlinks of deselected entries 
in ca-certificates.conf
closes: Bug#255933

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        ruby certdata2pem.rb < certdata.txt
7
7
 
8
8
clean:
9
 
        -rm -f *.pem
 
9
        -rm -f *.crt
10
10
 
11
11
install:
12
 
        for p in *.pem; do \
 
12
        for p in *.crt; do \
13
13
         install -m 644 $$p $(CERTSDIR)/$$p ; \
14
14
        done