Skip to content

Commit

Permalink
Merge pull request #861 from mariux64/update-texinfo-from-4.13a-to-6.5
Browse files Browse the repository at this point in the history
Update texinfo from 4.13a to 6.5
  • Loading branch information
thomas authored Aug 13, 2018
2 parents ab60d40 + 0b60e58 commit 3eed47a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions texinfo-4.13a-0.bee → texinfo.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/env beesh

PGRP=( core )
# BEE_VERSION texinfo-6.5-0

SRCURL[0]="http://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.gz"
SRCURL[0]="https://ftp.gnu.org/gnu/texinfo/texinfo-${PKGVERSION}.tar.xz"

PATCHES[0]=""

Expand All @@ -23,7 +23,5 @@ mee_build() {

mee_install() {
bee_install

make TEXMF=/usr/share/texmf install-tex DESTDIR=${D}
}

0 comments on commit 3eed47a

Please sign in to comment.