MultiMarkdown: remove /usr/{LICENSE,README}.txt
This commit is contained in:
parent
7c0a9cbd0a
commit
956274c8a9
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'MultiMarkdown'
|
||||
pkgname=MultiMarkdown
|
||||
version=6.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="$pkgname-6-$version"
|
||||
build_style=cmake
|
||||
hostmakedepends="perl"
|
||||
|
@ -18,5 +18,6 @@ post_install() {
|
|||
mv ${DESTDIR}/usr/bin/markdown ${DESTDIR}/usr/bin/multimarkdown-markdown
|
||||
# Avoid conflict with mtools
|
||||
mv ${DESTDIR}/usr/bin/mmd ${DESTDIR}/usr/bin/multimarkdown-mmd
|
||||
rm ${DESTDIR}/usr/{LICENSE,README}.txt
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue