This commit is contained in:
parent
8880968bb6
commit
5a699fcf88
@ -77,12 +77,13 @@ libkcapi user space tools to access certain hash algorithms.
|
|||||||
%build
|
%build
|
||||||
cd lib
|
cd lib
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
make man
|
||||||
cd ../apps
|
cd ../apps
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd lib
|
cd lib
|
||||||
make install DESTDIR=%{buildroot} %{?_smp_mflags}
|
make install maninstall DESTDIR=%{buildroot} %{?_smp_mflags}
|
||||||
cd ../apps
|
cd ../apps
|
||||||
make install DESTDIR=%{buildroot} %{?_smp_mflags} BINDIR=/usr/%_lib/libkcapi/
|
make install DESTDIR=%{buildroot} %{?_smp_mflags} BINDIR=/usr/%_lib/libkcapi/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user