mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: rules file
This commit is contained in:
parent
c218d7122d
commit
0bcd90c0b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue