Skip to content

Commit 540c27c

Browse files
committed
fix rebuild option
* fixes the rebuild option for rebuilding previous older kernels * update Changelog.md
1 parent 0a2725d commit 540c27c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version [0.7.6] - 20240901
2+
- small fix to rebuilds
3+
14
Version [0.7.5] - 20240823
25
- small change to rebuild lists
36

scripts/abk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# --------------------------------------
77
# https://github.com/itoffshore/Arch-SKM
88
#
9-
# Stuart Cardall 20240822
9+
# Stuart Cardall 20240901
1010
#
1111
############################################
1212
## USER configuration ######################
@@ -540,7 +540,7 @@ rebuild_kernel() {
540540
echo
541541

542542
# unpack archived PKGBUILD & run a build
543-
tar -xJf "$kernel_rebuild"
543+
tar -C $BUILD_DIR -xJf "$kernel_rebuild"
544544
time build_kernel
545545
}
546546

0 commit comments

Comments
 (0)