Skip to content

Commit

Permalink
pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanKeo45 committed Mar 8, 2024
1 parent ad042c5 commit 4ca98df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%build
pip3 install Cython==0.29.37
./configure --prefix=/usr
make
make PYTHONPATH=/usr/lib/python3.6/site-packages

%install
make DESTDIR=%{buildroot} install
make DESTDIR=%{buildroot} install PYTHONPATH=/usr/lib/python3.6/site-packages
mkdir -p %{buildroot}/usr/share/py-libzfs
install -m 644 libzfs.c %{buildroot}/usr/share/py-libzfs/libzfs.c

Expand Down

0 comments on commit 4ca98df

Please sign in to comment.