Browse Source

Add $_PXPATH__BIN override to %check

Alois Mahdal 6 years ago
parent
commit
443b71575c
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      packaging/template.spec

+ 2
- 1
packaging/template.spec View File

35
 
35
 
36
 %check
36
 %check
37
 make test \
37
 make test \
38
-    SHELLFU_PATH=%{buildroot}/%{_datadir}/shellfu/include-bash
38
+    SHELLFU_PATH=%{buildroot}/%{_datadir}/shellfu/include-bash \
39
+    _PXPATH__BIN=%{buildroot}/%{_libexecdir}/shellfu-bash-pxpath/pxpath
39
 
40
 
40
 %files
41
 %files
41
 %doc %{_docdir}/%{name}/README.md
42
 %doc %{_docdir}/%{name}/README.md