commit 6e5ce29
Cats that hovers
·
2025-05-22 22:59:22 +0000 UTC
parent 2e94bb3
correct tool variable for bzip2
1 files changed,
+1,
-1
M
rcpm
M
rcpm
+1,
-1
1@@ -34,7 +34,7 @@ fn unpack_pkg {
2 case *.xz
3 tool=xz
4 case *.bz2
5- tool=bz2
6+ tool=bzip2
7 case *
8 exit 1
9 }