FIX: rules file

This commit is contained in:
Alexander Koblov 2015-08-09 16:17:07 +00:00
commit 0bcd90c0b2

View file

@ -49,7 +49,7 @@ 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 -m 644 install/linux/deb/doublecmd/copyright $(CURDIR)/debian/$$pkg/usr/share/doc/$$pkg/copyright ; \
done
dh_install