]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Add bcachefs command compatibility symlink
authorGabriel <g2p.code@gmail.com>
Mon, 29 Jan 2024 13:03:07 +0000 (14:03 +0100)
committerGabriel <g2p.code@gmail.com>
Mon, 29 Jan 2024 13:29:35 +0000 (14:29 +0100)
The CLI is now built by Cargo, add a symlink so it can be found at the
place it was before so people don't try to run an old binary.

.gitignore
bcachefs [new symlink]

index b7ba3f86b3504bfb0c0b5b9ec77d230d758ce977..302c0fbc669073c29b36ed676f9c49d5f85fa8bf 100644 (file)
@@ -1,5 +1,4 @@
 /result
-bcachefs
 bcachefs.5
 .*
 *.o
diff --git a/bcachefs b/bcachefs
new file mode 120000 (symlink)
index 0000000..a0c00b7
--- /dev/null
+++ b/bcachefs
@@ -0,0 +1 @@
+target/release/bcachefs
\ No newline at end of file