--- amd/Makefile.orig	2003-05-12 17:53:55.000000000 +0200
+++ amd/Makefile	2003-06-20 15:52:24.000000000 +0200
@@ -8,8 +8,8 @@
 ifneq (${AMD_CONF_DIR},)
 	sed "s|@@AMD_CONF_DIR@@|${AMD_CONF_DIR}|g" amd.shfs >amd.shfs.tmp
 	sed "s|@@AMD_CONF_DIR@@|${AMD_CONF_DIR}|g" amd.conf >amd.conf.tmp
-	install -m644 --owner=0 --group=0 -b -D amd.shfs.tmp ${DIR}amd.shfs
-	install -m755 --owner=0 --group=0 -b -D mount ${DIR}mount
+	install -m644 -b -D amd.shfs.tmp ${DIR}amd.shfs
+	install -m755 -b -D mount ${DIR}mount
 	ln -f -s mount ${DIR}umount
 	cat amd.conf.tmp >>${DIR}amd.conf
 	rm -f amd.shfs.tmp amd.conf.tmp
