diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-05 00:47:00 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-05 00:47:00 -0400 |
commit | de6d17659a4308b2313e633b0bf5f62946bbd741 (patch) | |
tree | 32c2500cf2967f05a5d482494a5847a926592d1e /Makefile | |
parent | 3101c2147524d485c505a0710d38ca19655a7016 (diff) |
Rearrange tree to make filenames in source packages come out right.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -87,13 +87,12 @@ sw: cd sw; debuild -b -uc -us -aarmhf rtl: - cd rtl; $(call DCH,rtl,RTL bitstream) - cd rtl; debuild -S -uc -us - cd rtl; debuild -b -uc -us -aarmhf + cd core; $(call DCH,rtl,RTL bitstream) + cd core; debuild -S -uc -us + cd core; debuild -b -uc -us -aarmhf reprepro: ${REPOSITORY}/conf/distributions ${REPOSITORY}/conf/options for f in *.changes; do reprepro -b ${REPOSITORY} --ignore=wrongdistribution include ${CODENAME} $$f; done - for f in *.dsc; do reprepro -b ${REPOSITORY} --ignore=wrongdistribution includedsc ${CODENAME} $$f; done ${REPOSITORY}/conf/distributions ${REPOSITORY}/conf/options: install -D reprepro-conf/$(notdir $@) ${REPOSITORY}/conf/$(notdir $@) |