Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
antiword: Make makefile compatible for bee builds
kantiword was a helper script for KDE desktop integration,
no need for this.

The install plan from the author was to use 'make
global_install'. Not bad, but let bee's 'make install'
succeed.
  • Loading branch information
thomas committed Sep 12, 2018
1 parent 2dcfa5c commit f1d29ae
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions antiword.be0
Expand Up @@ -49,9 +49,12 @@ SRCURL[0]="http://www.winfield.demon.nl/linux/antiword-${PKGVERSION}.tar.gz"
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
sed -i -e '/^\skantiword/ s/^\skantiword//' \
-e '/^GLOBAL_INSTALL_DIR/ s,/local/,/,' \
-e '/^install:/ s/install/home_install/' \
-e '/^global_install:/ s/global_//' ${S}/Makefile.Linux
}

#mee_configure() {
# bee_configure
Expand Down

0 comments on commit f1d29ae

Please sign in to comment.