File fix_makefile.patch of Package wireless-regdb
diff -ur BUILD/wireless-regdb-2009.01.30/Makefile BUILD2/wireless-regdb-2009.01.30/Makefile --- BUILD/wireless-regdb-2009.01.30/Makefile 2009-01-30 21:39:04.000000000 +0100 +++ BUILD2/wireless-regdb-2009.01.30/Makefile 2009-02-09 15:19:30.000000000 +0100 @@ -32,7 +32,7 @@ # 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