https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21028
--- Comment #9 from Jonathan Druart <[email protected]> --- root@a33753dce67d:/kohadevbox# for l in `head -n 100 DEBIAN/md5sums|tr -s ' ' | cut -d' ' -f2`; do ls "/$l" > /dev/null 2>&1; if [[ $? != 0 ]]; then echo $l; fi; done usr/share/doc/koha-common/LEEME.Debian usr/share/doc/koha-common/README.Debian usr/share/doc/koha-common/changelog.gz usr/share/doc/koha-common/history.txt usr/share/doc/koha-common/release_notes_30000.txt.gz usr/share/doc/koha-common/release_notes_30000alpha.txt.gz usr/share/doc/koha-common/release_notes_30000beta.txt.gz usr/share/doc/koha-common/release_notes_30000stableRC1.txt.gz usr/share/doc/koha-common/release_notes_30001.txt.gz usr/share/doc/koha-common/release_notes_30002.txt.gz usr/share/doc/koha-common/release_notes_30003.txt.gz usr/share/doc/koha-common/release_notes_30004.txt.gz usr/share/doc/koha-common/release_notes_30005.txt.gz usr/share/doc/koha-common/release_notes_3_10_0.txt.gz usr/share/doc/koha-common/release_notes_3_12_0.txt.gz usr/share/doc/koha-common/release_notes_3_14_0.txt.gz usr/share/doc/koha-common/release_notes_3_16_0.txt.gz usr/share/doc/koha-common/release_notes_3_18_0.txt.gz usr/share/doc/koha-common/release_notes_3_20_0.txt.gz usr/share/doc/koha-common/release_notes_3_22_0.txt.gz usr/share/doc/koha-common/release_notes_3_2_0.txt.gz usr/share/doc/koha-common/release_notes_3_4_0.txt.gz usr/share/doc/koha-common/release_notes_3_6_0.txt.gz usr/share/doc/koha-common/release_notes_3_8_0.txt.gz So yes, it's only the docdir, that's very weird. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
