1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

x11-fm/leftww: Fix build.

This commit is contained in:
Alexandre C. Guimarães 2021-05-19 04:31:15 -03:00
parent 51f59aa3d2
commit f4b31e8235
No known key found for this signature in database
GPG Key ID: 9921FCC0384017D9
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- src/bin/leftwm-check.rs.orig 2021-05-19 07:15:38 UTC
+++ src/bin/leftwm-check.rs
@@ -37,7 +37,7 @@ async fn main() -> Result<()> {
);
println!(
"\x1b[0;94m::\x1b[0m LeftWM git hash: {}",
- git_version::git_version!()
+ git_version::git_version!(fallback = "NONE")
);
println!("\x1b[0;94m::\x1b[0m Loading configuration . . .");
match load_from_file(config_file, verbose) {

View File

@ -1,5 +1,6 @@
bin/leftwm
bin/leftwm-check
bin/leftwm-command
bin/leftwm-state
bin/leftwm-worker
%%THEMES%%%%DATADIR%%/themes/README.md