[packages/lxc] - fix path to lua binary - rel 3
baggins
baggins at pld-linux.org
Tue Oct 21 22:30:21 CEST 2014
commit ef5bd4a472a864105ef770c2b881f89cdd0e0423
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Oct 21 22:30:07 2014 +0200
- fix path to lua binary
- rel 3
lxc.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lxc.spec b/lxc.spec
index dec77c2..9dc9149 100644
--- a/lxc.spec
+++ b/lxc.spec
@@ -13,7 +13,7 @@ Summary: Linux Containers userspace tools
Summary(pl.UTF-8): Narzędzia do kontenerów linuksowych (LXC)
Name: lxc
Version: 1.0.5
-Release: 2
+Release: 3
License: LGPL v2.1+
Group: Applications/System
Source0: https://www.linuxcontainers.org/downloads/%{name}-%{version}.tar.gz
@@ -181,7 +181,7 @@ install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/lxc
%py3_ocomp $RPM_BUILD_ROOT%{py3_sitedir}/lxc
%endif
%if %{with lua}
-%{__sed} -i -e '1s,#!/usr/bin/env lua,#!/usr/bin/lua51,' $RPM_BUILD_ROOT%{_bindir}/lxc-top
+%{__sed} -i -e '1s,#!/usr/bin/env lua,#!/usr/bin/lua5.1,' $RPM_BUILD_ROOT%{_bindir}/lxc-top
%endif
%clean
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lxc.git/commitdiff/ef5bd4a472a864105ef770c2b881f89cdd0e0423
More information about the pld-cvs-commit
mailing list