diff -up wireless-regdb-2009.01.30/Makefile.orig wireless-regdb-2009.01.30/Makefile --- wireless-regdb-2009.01.30/Makefile.orig 2009-01-30 15:39:04.000000000 -0500 +++ wireless-regdb-2009.01.30/Makefile 2009-02-03 13:51:05.000000000 -0500 @@ -32,7 +32,7 @@ key.priv.pem: # Distributions wishing to just use John's database # can just call make install. install: regulatory.bin.5.gz - install -o 0 -g 0 -m 755 -d $(DESTDIR)/$(CDRA_PATH) - install -o 0 -g 0 -m 644 regulatory.bin $(DESTDIR)/$(CDRA_PATH)/regulatory.bin + install -m 755 -d $(DESTDIR)/$(CDRA_PATH) + install -m 644 regulatory.bin $(DESTDIR)/$(CDRA_PATH)/regulatory.bin mkdir -p $(DESTDIR)/$(MANDIR)/man5/ install -m 644 -t $(DESTDIR)/$(MANDIR)/man5/ regulatory.bin.5.gz