work in the base directory

This commit is contained in:
千住柱間 2024-06-28 23:03:11 -04:00
parent e5e5c1cc99
commit 23a89ea847
Signed by: hashirama
GPG key ID: 53E62470A86BC185

View file

@ -1,6 +1,6 @@
diff -urN ../mpvacious/platform/nix.lua ../mpvacious-patch/platform/nix.lua
diff -urN ../mpvacious/platform/nix.lua ./platform/nix.lua
--- ../mpvacious/platform/nix.lua 2024-06-28 22:39:00.110717010 -0400
+++ ../mpvacious-patch/platform/nix.lua 2024-06-28 22:51:09.477937080 -0400
+++ ./platform/nix.lua 2024-06-28 22:51:09.477937080 -0400
@@ -26,8 +26,8 @@
return handle.status == 0 and handle.stderr:match("xclip version") ~= nil
end