- add export

This commit is contained in:
Tomáš Mráz 2006-06-06 12:03:44 +00:00
parent 50ec471f0f
commit 810d3c4e49

View File

@ -205,6 +205,7 @@ if [[ $RPM_BUILD_ROOT ]] ; then
export INSROOT=$RPM_BUILD_ROOT export INSROOT=$RPM_BUILD_ROOT
fi fi
CPPFLAGS=-I../../include CPPFLAGS=-I../../include
export CPPFLAGS
%configure %configure
make make
popd popd