diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-28 14:47:10 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-28 14:47:10 +0100 |
commit | 86825701fc869bc15d4b2aa4e0161c83a180246b (patch) | |
tree | f40364e0dd4d4074c6dc57f5ecbeab033a5530ab | |
parent | 1b66e7e1265fd3389f6ceb91ba4335bbf52f7856 (diff) | |
download | drminfo-86825701fc869bc15d4b2aa4e0161c83a180246b.tar.gz |
move tests
-rw-r--r-- | drminfo.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drminfo.spec b/drminfo.spec index e5ebe5a..a4c021c 100644 --- a/drminfo.spec +++ b/drminfo.spec @@ -33,8 +33,8 @@ ninja-build -C build-rpm %install export DESTDIR=%{buildroot} ninja-build -C build-rpm install -mkdir -p %{buildroot}%{_datadir} -cp -a tests %{buildroot}%{_datadir} +mkdir -p %{buildroot}%{_datadir}/%{name} +cp -a tests %{buildroot}%{_datadir}/%{name} %files %{_bindir}/drm* @@ -42,4 +42,4 @@ cp -a tests %{buildroot}%{_datadir} %{_bindir}/virtiotest %{_bindir}/fb* %{_mandir}/man1/drm*.1* -%{_datadir}/tests +%{_datadir}/%{name}/tests |