diff options
-rw-r--r-- | rpm/SPECS/python-ethtool.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpm/SPECS/python-ethtool.spec b/rpm/SPECS/python-ethtool.spec index 37c72da..979c2ed 100644 --- a/rpm/SPECS/python-ethtool.spec +++ b/rpm/SPECS/python-ethtool.spec @@ -17,6 +17,9 @@ ethtool python bindings %prep %setup -q +%build +make + %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install |