and again

This commit is contained in:
Alasdair Kergon 2008-10-07 16:45:17 +00:00
parent 440e7476f7
commit 5461cfa6c1

View File

@ -46,10 +46,10 @@ or more physical volumes and creating one or more logical volumes
%define _exec_prefix / %define _exec_prefix /
cd device-mapper.%{device_mapper_version} cd device-mapper.%{device_mapper_version}
%configure --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin --bindir=/bin --sbindir=/sbin --libdir=%{_lib} %configure --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin --bindir=/bin --sbindir=/sbin --libdir=/%{_lib}
cd .. cd ..
%configure --enable-lvm1_fallback --enable-fsadm --with-clvmd=cman --with-cluster=internal --with-pool=internal --with-user= --with-group= --with-dmdir=device-mapper.%{device_mapper_version} --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin --bindir=/bin --sbindir=/sbin --libdir=%{_lib} %configure --enable-lvm1_fallback --enable-fsadm --with-clvmd=cman --with-cluster=internal --with-pool=internal --with-user= --with-group= --with-dmdir=device-mapper.%{device_mapper_version} --with-usrlibdir=/usr/%{_lib} --with-usrsbindir=/usr/sbin --bindir=/bin --sbindir=/sbin --libdir=/%{_lib}
cd device-mapper.%{device_mapper_version} cd device-mapper.%{device_mapper_version}
make DESTDIR=$RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT