Index: /server/common/oursrc/accountadm/Makefile.in
===================================================================
--- /server/common/oursrc/accountadm/Makefile.in	(revision 88)
+++ /server/common/oursrc/accountadm/Makefile.in	(revision 89)
@@ -10,7 +10,7 @@
 
 install:
-	install -p -m755 -D modbashrc $(DESTDIR)$(sysconfdir)/modbashrc
+	install -p -m644 -D modbashrc $(DESTDIR)$(sysconfdir)/modbashrc
 	install -p -m755 -D modbash $(DESTDIR)$(bindir)/modbash
-	install -p -m755 -D admof $(DESTDIR)$(bindir)/admof
+	install -p -m755 -D admof $(DESTDIR)$(sbindir)/admof
 	install -p -m755 -D signup-scripts-frontend $(DESTDIR)$(sbindir)/signup-scripts-frontend
 	install -p -m755 -D signup-scripts-backend $(DESTDIR)$(sbindir)/signup-scripts-backend
Index: /server/common/oursrc/execsys/Makefile.in
===================================================================
--- /server/common/oursrc/execsys/Makefile.in	(revision 88)
+++ /server/common/oursrc/execsys/Makefile.in	(revision 89)
@@ -15,5 +15,5 @@
 install: all-local
 	install -D -p -m644 execsys.conf $(DESTDIR)$(APACHEDIR)/conf.d/execsys.conf
-	install -D -p -m755 execsys-binfmt $(DESTDIR)$(sysconfdir)/init.d/execsys-binfmt
+	install -D -p -m755 execsys-binfmt $(DESTDIR)/etc/init.d/execsys-binfmt
 	install -D -p -m755 staticsys-cat $(DESTDIR)$(SYSCATPATH)/staticsys-cat
 
Index: /server/fedora/specs/accountadm.spec
===================================================================
--- /server/fedora/specs/accountadm.spec	(revision 88)
+++ /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 88)
+++ /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 88)
+++ /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 88)
+++ /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.
 
