diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-18 13:05:23 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-18 13:05:23 +0200 |
commit | 3d234d4b49c1f95b01e5c30c54180e5ad61c143b (patch) | |
tree | 6d81ef6d30f64aafae07a71a7ef680d9ed16296f /drminfo.spec | |
parent | fc74c00dc703be578feef085de9b7572ce59cf23 (diff) | |
download | drminfo-3d234d4b49c1f95b01e5c30c54180e5ad61c143b.tar.gz |
fix install
Diffstat (limited to 'drminfo.spec')
-rw-r--r-- | drminfo.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drminfo.spec b/drminfo.spec index 9fea792..8501619 100644 --- a/drminfo.spec +++ b/drminfo.spec @@ -27,6 +27,7 @@ export CFLAGS="%{optflags}" make %install +install -d %{buildroot}%{_bindir} install drminfo %{buildroot}%{_bindir}/drminfo install drmtest %{buildroot}%{_bindir}/drmtest |