- Replace post code with lua to be able to not have external deps
This commit is contained in:
parent
955ac27fbb
commit
b4cdcd3a4c
@ -182,7 +182,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# post is in lua so that we can run it without any external deps. Helps
|
# post is in lua so that we can run it without any external deps. Helps
|
||||||
# for bootstrapping a new install.
|
# for bootstrapping a new install.
|
||||||
# Jesse Keating 2009-01-29 (code from Ignacio Vazquez-Abrams)
|
# Jesse Keating 2009-01-29 (code from Ignacio Vazquez-Abrams)
|
||||||
%post -p lua
|
%post -p <lua>
|
||||||
bashfound = false;
|
bashfound = false;
|
||||||
shfound = false;
|
shfound = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user