summaryrefslogtreecommitdiff
path: root/repo/linux-libre/linux-libre-src.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/linux-libre/linux-libre-src.xibuild')
-rw-r--r--repo/linux-libre/linux-libre-src.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/linux-libre/linux-libre-src.xibuild b/repo/linux-libre/linux-libre-src.xibuild
index 3ce3796..41e325e 100644
--- a/repo/linux-libre/linux-libre-src.xibuild
+++ b/repo/linux-libre/linux-libre-src.xibuild
@@ -5,7 +5,7 @@ DESC="$DESC (source)"
package () {
srcdir=$PKG_DEST/usr/src/
mkdir -p $srcdir
- tar -xf linux-$PKG_VER.tar.xz -C $srcdir
+ tar -xf linux-libre-$PKG_VER-gnu.tar.xz -C $srcdir
make -C $srcdir/linux-$PKG_VER mrproper
cp config $srcdir/linux-$PKG_VER/.config
make -C $srcdir/linux-$PKG_VER olddefconfig