Skip to content

Commit

Permalink
fix: libowfat, double rm call
Browse files Browse the repository at this point in the history
  • Loading branch information
djustice committed Nov 27, 2024
1 parent 8ae1c81 commit f06ec7e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/libowfat/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=libowfat
pkgver=0.32
pkgrel=1
pkgrel=2
pkgdesc='GPL reimplementation of libdjb.'
arch=('x86_64' 'aarch64')
url='http://www.fefe.de/libowfat/'
Expand All @@ -29,8 +29,5 @@ package() {
cd "$pkgdir/usr/share/man/man3"

mv buffer.3 buffer-libowfat.3

# Fix a conflict with extra/tinycdb.
rm "$pkgdir/usr/include/cdb.h"
}

0 comments on commit f06ec7e

Please sign in to comment.