Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
test-files-search-path.patch | #Index: mythtv-status/Makefile #=================================================================== #--- a/Makefile 2021-04-09 22:19:14.444124156 +1200 #+++ b/Makefile 2021-04-09 22:47:19.496826728 +1200 #@@ -75,7 +75,7 @@ # install -m 644 man/mythtv_recording_soon.1 $(MANDIR)/man1 # # test: #- PERL_DL_NONLAZY=1 perl "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE))" $(TEST_FILES) #+ PATH=bin:$(PATH) PERL_DL_NONLAZY=1 perl "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE))" $(TEST_FILES) # # # clean: =================================================================== |
no | ||||
50-mythtv-status-exit-code.patch | Ensure that 50-mythtv-status has exit code 0 if no status file eixsts. | Andrew Ruthven <andrew@etc.gen.nz> | not-needed | upstream | 2021-04-08 |