Skip to content

Commit

Permalink
Merge pull request #2505 from mariux64/fix-ldconfig-usage-discount
Browse files Browse the repository at this point in the history
discount: disable call of ldconfig on install
  • Loading branch information
wwwutz authored Nov 15, 2021
2 parents b8e937b + c2db788 commit 41b7428
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions discount.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION discount-2.2.7-0
# BEE_VERSION discount-2.2.7-1

# more info: http://www.pell.portland.or.us/~orc/Code/discount/
# add libmarkdown
Expand All @@ -20,9 +20,10 @@ build_in_sourcedir
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
sed -i '/ test "$LDCONFIG"/ s,^.,\#,' configure.inc
}

mee_configure() {
./configure.sh --prefix=/usr --enable-all-features --with-fenced-code --shared
Expand Down

0 comments on commit 41b7428

Please sign in to comment.