FIX: rules file

This commit is contained in:
Alexander Koblov 2015-08-09 15:57:04 +00:00
commit 2e34de699e

View file

@ -48,8 +48,8 @@ override_dh_install:
# Copy copyright file
for pkg in `dh_listpackages` ; do \
install -d $(CURDIR)/debian/$$pkg/usr/share/doc/$$pkg
install -m 644 $(CURDIR)/debian/copyright $(CURDIR)/debian/$$pkg/usr/share/doc/$$pkg/copyright
install -d $(CURDIR)/debian/$$pkg/usr/share/doc/$$pkg \
install -m 644 $(CURDIR)/debian/copyright $(CURDIR)/debian/$$pkg/usr/share/doc/$$pkg/copyright \
done
dh_install