discount: tweaked to fix build with fakeroot

This commit is contained in:
Matt Housh 2024-04-04 14:16:17 -05:00
parent bf11722a43
commit 27c11c7f36
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/kde-plasma-6.pub
RWTGxEYrvi0p3iZTYg8jWE0clKoti/kktVEf3Y0PIxe6xOPQQ2Os9wx1MgpIIS7TtOxvqaC7b6nw0GROfqT6vdv/mz8pJi8AKgU=
SHA256 (Pkgfile) = d992a7780c16c5bab7deb5f29d16c6778cbb9e3857e17897daa63a9456bab82c
RWTGxEYrvi0p3otWYCQUMP8DyE6zXPAgiQ7U2lUpkWft1LY2MbfvIshRTSB9zQ/oyUg5+gaWHQHynFAy9IKcLIfvgwiOPU5xCgs=
SHA256 (Pkgfile) = 8d319636880c9ad63f2ffaf426de45927bd5efed020507f40f9fbc6bf742eacf
SHA256 (.footprint) = 6f75d7e4cd0177bc448a50158315e0e934c6a9211cbef1f6d6bc29f283d27a99
SHA256 (discount-3.0.0d.tar.gz) = 0ed8cc27ac5d46dc6a8beedd5e5673ac8b466a6474bdb7d35f37c815f670385f

View File

@ -5,7 +5,7 @@
name=discount
version=3.0.0d
release=1
release=2
source=(https://github.com/Orc/discount/archive/v$version/$name-$version.tar.gz)
build() {
@ -16,6 +16,7 @@ build() {
--enable-all-features \
--with-fenced-code \
--shared
sed -i '/ldconfig/d' librarian.sh
make
make DESTDIR=$PKG install
}