mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
tintin: fix build
This commit is contained in:
parent
6c2cc86e76
commit
f93829dae1
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ checksum=331673e6ee3c945cf27e1c0d71cec1225c9d992588ed73b2a707c4c49523e8d2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for i in FAQ SCRIPTS README; do
|
for i in FAQ SCRIPTS README; do
|
||||||
vdoc ${XBPS_BUILDDIR}/tt/${i}
|
vdoc ../${i}
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue