Skip to content

Commit 3f8ab85

Browse files
authored
fix: mkbootimg
1 parent 36abcc1 commit 3f8ab85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkbootimg/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ package() {
2626
cp -r gki "${pkgdir}/usr/lib/python3.12/site-packages"
2727
install -Dm755 mkbootimg.py "${pkgdir}/usr/bin/mkbootimg"
2828
install -Dm755 unpack_bootimg.py "${pkgdir}/usr/bin/unpackbootimg"
29-
install -Dm755 epack_bootimg.py "${pkgdir}/usr/bin/repackbootimg"
29+
install -Dm755 repack_bootimg.py "${pkgdir}/usr/bin/repackbootimg"
3030
}

0 commit comments

Comments
 (0)