Skip to content

Commit

Permalink
Merge pull request #34 from xamanu/feature/debian-independent-build
Browse files Browse the repository at this point in the history
make build independent from debian packaging
  • Loading branch information
woodpeck authored Sep 22, 2021
2 parents bc04a2c + ce14408 commit af8907b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ install: build
install -m 644 ${INSTALLOPTS} etc/renderer/mapserver/fonts.lst $(DESTDIR)/etc/tirex/renderer/mapserver/fonts.lst
install -m 755 ${INSTALLOPTS} -d $(DESTDIR)/etc/tirex/renderer/mapnik
install -m 644 ${INSTALLOPTS} etc/renderer/mapnik.conf.dist $(DESTDIR)/etc/tirex/renderer/mapnik.conf
install -m 755 ${INSTALLOPTS} -d $(DESTDIR)/etc/logrotate.d
install -m 644 ${INSTALLOPTS} debian/logrotate.d-tirex-master $(DESTDIR)/etc/logrotate.d/tirex-master
install -m 755 ${INSTALLOPTS} -d $(DESTDIR)/usr/share/man/man1/
for program in bin/*; do \
if grep -q "=head" $$program; then \
Expand Down
File renamed without changes.

0 comments on commit af8907b

Please sign in to comment.