Skip to content

Commit

Permalink
Add rule to install example config files to debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Dec 5, 2012
1 parent c4e32c1 commit d945baa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debian/rules
Expand Up @@ -53,8 +53,11 @@ install: build
$(MAKE) DESTDIR=$(CURDIR)/debian/rendermq install

# this silences a lintian error, do we need this? is there a more elegant way todo this?
rm $(CURDIR)/debian/rendermq/usr/lib/*.la
rm -f $(CURDIR)/debian/rendermq/usr/lib/*.la

install -d $(CURDIR)/debian/rendermq/etc/rendermq
install -m 0644 examples/dqueue.conf $(CURDIR)/debian/rendermq/etc/rendermq/dqueue.conf.example
install -m 0644 examples/tile_handler.conf $(CURDIR)/debian/rendermq/etc/rendermq/tile_handler.conf.example

# Build architecture-independent files here.
binary-indep: build install
Expand Down

0 comments on commit d945baa

Please sign in to comment.