Index: server/fedora/specs/accountadm.spec
===================================================================
--- server/fedora/specs/accountadm.spec	(revision 74)
+++ server/fedora/specs/accountadm.spec	(revision 89)
@@ -30,9 +30,5 @@
 %install
 [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
-install -D modbashrc $RPM_BUILD_ROOT/usr/local/etc/modbashrc
-install -D modbash $RPM_BUILD_ROOT/usr/local/bin/modbash
-install -D admof $RPM_BUILD_ROOT/usr/local/sbin/admof
-install -D signup-scripts-frontend $RPM_BUILD_ROOT/usr/local/sbin/signup-scripts-frontend
-install -D signup-scripts-backend $RPM_BUILD_ROOT/usr/local/sbin/signup-scripts-backend
+make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local
 
 %clean
Index: server/fedora/specs/execsys.spec
===================================================================
--- server/fedora/specs/execsys.spec	(revision 74)
+++ 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
Index: server/fedora/specs/sqladm.spec
===================================================================
--- server/fedora/specs/sqladm.spec	(revision 74)
+++ server/fedora/specs/sqladm.spec	(revision 89)
@@ -27,5 +27,5 @@
 %install
 [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
-install -D signup-sql $RPM_BUILD_ROOT/usr/local/sbin/signup-sql
+make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local
 
 %clean
Index: server/fedora/specs/tokensys.spec
===================================================================
--- server/fedora/specs/tokensys.spec	(revision 74)
+++ server/fedora/specs/tokensys.spec	(revision 89)
@@ -7,15 +7,15 @@
 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}
 Prereq: /usr/kerberos/bin/kinit, /usr/bin/aklog
 
-%description 
+%description
 
 scripts.mit.edu AFS administration system
 Contains:
- - A shell script for renewing the system's AFS credentials <renew>
- - A crontab for calling the renew script <crontab> 
+ - A shell script for renewing the scripts AFS credentials <renew>
+ - A crontab for calling the renew script <crontab>
 See http://scripts.mit.edu/wiki for more information.
 
