equal
deleted
inserted
replaced
14 |
14 |
15 %: |
15 %: |
16 dh $@ |
16 dh $@ |
17 |
17 |
18 override_dh_install: |
18 override_dh_install: |
19 @dh_install |
19 # @dh_install --exclude=.gitignore |
|
20 dh_install |
20 @cd ${core}/usr/share/littlebird-tc/CA/certs \ |
21 @cd ${core}/usr/share/littlebird-tc/CA/certs \ |
21 && { \ |
22 && { \ |
22 test -f Trustcenter_CA_LB.pem || cp -av Test_Trustcenter_CA_LB.pem Trustcenter_CA_LB.pem; \ |
23 test -f Trustcenter_CA_LB.pem || cp -av Test_Trustcenter_CA_LB.pem Trustcenter_CA_LB.pem; \ |
23 test -f Trustcenter_CA.pem || cp -av Test_Trustcenter_CA.pem Trustcenter_CA.pem; \ |
24 test -f Trustcenter_CA.pem || cp -av Test_Trustcenter_CA.pem Trustcenter_CA.pem; \ |
24 } |
25 } |