- Replace post code with lua to be able to not have external deps

This commit is contained in:
Jesse Keating 2009-01-29 06:38:35 +00:00
parent 955ac27fbb
commit b4cdcd3a4c

View File

@ -182,7 +182,7 @@ rm -rf $RPM_BUILD_ROOT
# post is in lua so that we can run it without any external deps. Helps
# for bootstrapping a new install.
# Jesse Keating 2009-01-29 (code from Ignacio Vazquez-Abrams)
%post -p lua
%post -p <lua>
bashfound = false;
shfound = false;