Rev openSUSE:Tools/273 Md5 24244fd93485b1c9311aba047e7efa49 2015-11-05 15:09:30 adrianSuSE None
This commit is contained in:
OBS User adrianSuSE 2015-11-05 15:09:30 +00:00 committed by Git OBS Bridge
parent 728136d66c
commit a3330f8380

View File

@ -136,7 +136,7 @@ chmod 0644 $RPM_BUILD_ROOT/usr/lib/build/initvm.*
# main
make DESTDIR=$RPM_BUILD_ROOT install
cd $RPM_BUILD_ROOT/usr/lib/build/configs/
%if "0%{?suse_version}" == "1315" && 0%{?is_opensuse}
%if "%{?suse_version}" == "1315" && 0%{?is_opensuse}
# super special leap distro
ln -s sl42.1.conf default.conf
%else