mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Fix installation of changelogs in debian rules
This commit is contained in:
committed by
GitHub
parent
0aff2e7227
commit
92824d5338
4
debian/rules
vendored
4
debian/rules
vendored
@@ -12,7 +12,7 @@ override_dh_auto_configure:
|
||||
|
||||
override_dh_installchangelogs:
|
||||
set -e; \
|
||||
for p in `dh_listpackages`; do \
|
||||
mkdir -p "debian/$$p/usr/share/doc/$$p"; \
|
||||
for p in $$(dh_listpackages); do \
|
||||
install -d "debian/$$p/usr/share/doc/$$p"; \
|
||||
done
|
||||
dh_installchangelogs debian/changelog.txt
|
||||
|
||||
Reference in New Issue
Block a user