mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-17 15:49:57 +00:00
add fedora copr mageia support
This commit is contained in:
parent
f34e65ad9e
commit
42b556574f
@ -55,6 +55,9 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
cd build
|
||||
%if 0%{?mageia}
|
||||
cd build
|
||||
%endif
|
||||
chrpath -d i2pd
|
||||
%{__install} -D -m 755 i2pd %{buildroot}%{_sbindir}/i2pd
|
||||
%{__install} -D -m 755 %{_builddir}/%{name}-%{version}/contrib/i2pd.conf %{buildroot}%{_sysconfdir}/i2pd/i2pd.conf
|
||||
|
@ -53,6 +53,9 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
cd build
|
||||
%if 0%{?mageia}
|
||||
cd build
|
||||
%endif
|
||||
chrpath -d i2pd
|
||||
install -D -m 755 i2pd %{buildroot}%{_sbindir}/i2pd
|
||||
install -D -m 755 %{_builddir}/%{name}-%{version}/contrib/i2pd.conf %{buildroot}%{_sysconfdir}/i2pd/i2pd.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user