mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
flex: fix download url, cosmetics
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ae1ef4dc06
commit
37968b4cfa
@ -40,4 +40,4 @@ cat > $ROOT/$TOOLCHAIN/bin/lex << "EOF"
|
||||
#!/bin/sh
|
||||
exec flex -l "$@"
|
||||
EOF
|
||||
chmod -v 755 $ROOT/$TOOLCHAIN/bin/lex
|
||||
chmod -v 755 $ROOT/$TOOLCHAIN/bin/lex
|
||||
|
@ -24,7 +24,7 @@ PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://flex.sourceforge.net/"
|
||||
PKG_URL="http://prdownloads.sourceforge.net/flex/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_URL="$SOURCEFORGE_SRC/flex/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="ccache"
|
||||
PKG_PRIORITY="optional"
|
||||
|
Loading…
x
Reference in New Issue
Block a user