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
0bd6148280
commit
2e34de699e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue