mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Replaced perl by sed
SVN revision: 1090
This commit is contained in:
parent
f9695c91a7
commit
b8cdfdebe8
@ -5,7 +5,7 @@
|
|||||||
Name: elog
|
Name: elog
|
||||||
Summary: elog is a standalone electronic web logbook
|
Summary: elog is a standalone electronic web logbook
|
||||||
Version: 2.5.4
|
Version: 2.5.4
|
||||||
Release: 1
|
Release: 5
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
Source: http://midas.psi.ch/elog/download/elog-%{version}.tar.gz
|
Source: http://midas.psi.ch/elog/download/elog-%{version}.tar.gz
|
||||||
@ -68,7 +68,7 @@ each weblog can be totally different from the rest.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
perl -p -i -e "s#\@PREFIX\@#%{prefix}#g" elogd.init
|
sed "s#\@PREFIX\@#%{prefix}#g" elogd.init_template > elogd.init
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT%{prefix}/elog
|
mkdir -p $RPM_BUILD_ROOT%{prefix}/elog
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user