Skip to content

Commit 35d2b53

Browse files
committed
Fix wrong ext file
1 parent 26f86f1 commit 35d2b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cctools-repo/rules/ppl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build_ppl() {
55
PKG_URL="http://bugseng.com/products/ppl/download/ftp/releases/${PKG_VERSION}/${PKG}-${PKG_VERSION}.tar.xz"
66
PKG_DESC="The Parma Polyhedra Library"
77
PKG_DEPS=""
8-
O_FILE=$SRC_PREFIX/${PKG}/${PKG}-${PKG_VERSION}.tar.bz2
8+
O_FILE=$SRC_PREFIX/${PKG}/${PKG}-${PKG_VERSION}.tar.xz
99
S_DIR=$src_dir/${PKG}-${PKG_VERSION}
1010
B_DIR=$build_dir/${PKG}
1111

0 commit comments

Comments
 (0)