tintin: fix build

This commit is contained in:
Đoàn Trần Công Danh 2022-10-27 18:59:18 +07:00
parent 6c2cc86e76
commit f93829dae1
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ checksum=331673e6ee3c945cf27e1c0d71cec1225c9d992588ed73b2a707c4c49523e8d2
post_install() {
for i in FAQ SCRIPTS README; do
vdoc ${XBPS_BUILDDIR}/tt/${i}
vdoc ../${i}
done
}