moreutils: Fix conflict with parallels package
This commit is contained in:
@@ -11,10 +11,15 @@ makedepends=('docbook-xml' 'git')
|
||||
source=("git+https://git.joeyh.name/git/moreutils.git#tag=$pkgver")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"/$pkgname
|
||||
install_dir="$pkgdir"/usr
|
||||
make DOCBOOKXSL="$(ls -d /usr/share/xml/docbook/xsl-stylesheets-* | tail --lines=1)"
|
||||
rename .exe '' *.exe
|
||||
make PREFIX="$install_dir" install
|
||||
build() {
|
||||
cd "${srcdir}"/${pkgname}
|
||||
make DOCBOOKXSL="$(ls -d /usr/share/xml/docbook/xsl-stylesheets-* | tail --lines=1)"
|
||||
rename .exe '' *.exe
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/${pkgname}
|
||||
make PREFIX="${pkgdir}"/usr install
|
||||
# Conflict with parallel package
|
||||
rm -f "${pkgdir}"/usr/share/man/man1/parallel.1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user