Skip to content

asciidoc: Fix for python3 #1718

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions asciidoc.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION asciidoc-8.6.9-1
# BEE_VERSION asciidoc-8.6.9-2

# more info: https://foo.bar.com

Expand All @@ -18,9 +18,10 @@ build_in_sourcedir
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
sed -i '1s/python$/python2/' asciidoc.py a2x.py
}

#mee_configure() {
# bee_configure
Expand Down