Index: server/fedora/specs/execsys.spec
===================================================================
--- server/fedora/specs/execsys.spec	(revision 27)
+++ server/fedora/specs/execsys.spec	(revision 89)
@@ -7,9 +7,9 @@
 URL: http://scripts.mit.edu
 License: GPL
-Source: %{name}.tar.gz 
+Source: %{name}.tar.gz
 BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
 %define debug_package %{nil}
 
-%description 
+%description
 
 scripts.mit.edu glue associated with file execution
@@ -24,12 +24,10 @@
 
 %build
-./configure --with-syscat=/usr/local/sbin --with-pl=/usr/bin/perl --with-php=/usr/bin/php-cgi --with-py=/usr/bin/python
-make
+./configure --with-pl=/usr/bin/perl --with-php=/usr/bin/php-cgi --with-py=/usr/bin/python
+make SYSCATDIR=/usr/local/sbin
 
 %install
 [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
-install -D execsys.conf $RPM_BUILD_ROOT/etc/httpd/conf.d/execsys.conf
-install -D execsys-binfmt $RPM_BUILD_ROOT/etc/init.d/execsys-binfmt
-install -D staticsys-cat $RPM_BUILD_ROOT/usr/local/sbin/staticsys-cat
+make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local SYSCATDIR=/usr/local/sbin
 
 %clean
