Build the selinux files.
authorwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 1 Apr 2005 19:04:47 +0000 (19:04 +0000)
committerwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 1 Apr 2005 19:04:47 +0000 (19:04 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1481 cb58f699-b61c-0410-a6fe-9272a202ed29

shibboleth.spec.in

index bed807a..628a0c8 100644 (file)
@@ -64,12 +64,14 @@ rebuilding your policy, so you must have the policy-source installed.
 %build
 %configure --enable-apache-20
 make
+make -C selinux
 
 %install
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 rm -rf _docs
 
 make install DESTDIR=$RPM_BUILD_ROOT
+make -C selinux install DESTDIR=$RPM_BUILD_ROOT
 mv $RPM_BUILD_ROOT/usr/doc/shibboleth _docs
 
 find $RPM_BUILD_ROOT/%{_libexecdir} -type f -or -type l | grep \.so |