From: Daniel Mierswa <impulze@impulze.org>
To: "Luis R. Rodriguez" <mcgrof@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: CRDA_PATH fixes for wireless-regdb.git
Date: Wed, 04 Mar 2009 03:44:29 +0100 [thread overview]
Message-ID: <49ADEB0D.6070100@impulze.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 477 bytes --]
Heya, i just found that there was a typo in your Makefile and
debian-examples dir.
I fixed those plus also give the user the chance to override CRDA_PATH
(I use /lib64 since I like the idea of having all necessary stuff to get
wireless connected in superuser reach). :)
Feedback welcomed.
--
Mierswa, Daniel
If you still don't like it, that's ok: that's why I'm boss. I simply
know better than you do.
--- Linus Torvalds, comp.os.linux.advocacy, 1996/07/22
[-- Attachment #2: wireless-regdb-CRDA_PATH.patch --]
[-- Type: text/plain, Size: 1746 bytes --]
>From 14a0da690de4e8803809f5da970b42c953990f03 Mon Sep 17 00:00:00 2001
From: Daniel Mierswa <impulze@impulze.org>
Date: Thu, 5 Feb 2009 02:11:41 +0100
Subject: [PATCH] CDRA_PATH typo, also let user override CRDA_PATH
---
Makefile | 6 +++---
debian-example/rules | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Makefile b/Makefile
index a719f59..32626a1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Install prefix
PREFIX = /usr
-CDRA_PATH = $(PREFIX)/lib/crda
+CRDA_PATH ?= $(PREFIX)/lib/crda
MANDIR ?= $(PREFIX)/share/man/
@@ -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 -o 0 -g 0 -m 755 -d $(DESTDIR)/$(CRDA_PATH)
+ install -o 0 -g 0 -m 644 regulatory.bin $(DESTDIR)/$(CRDA_PATH)/regulatory.bin
mkdir -p $(DESTDIR)/$(MANDIR)/man5/
install -m 644 -t $(DESTDIR)/$(MANDIR)/man5/ regulatory.bin.5.gz
diff --git a/debian-example/rules b/debian-example/rules
index dab9255..34a08a5 100755
--- a/debian-example/rules
+++ b/debian-example/rules
@@ -3,8 +3,8 @@
include /usr/share/cdbs/1/rules/debhelper.mk
PREFIX = /usr
-CDRA_LIB = $(PREFIX)/lib/crda
+CRDA_LIB ?= $(PREFIX)/lib/crda
install/wireless-regdb::
- install -o 0 -g 0 -m 755 -d debian/$(cdbs_curpkg)/$(CDRA_LIB)
- install -o 0 -g 0 -m 644 regulatory.bin debian/$(cdbs_curpkg)/$(CDRA_LIB)/regulatory.bin
+ install -o 0 -g 0 -m 755 -d debian/$(cdbs_curpkg)/$(CRDA_LIB)
+ install -o 0 -g 0 -m 644 regulatory.bin debian/$(cdbs_curpkg)/$(CRDA_LIB)/regulatory.bin
--
1.6.1.2
next reply other threads:[~2009-03-04 2:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-04 2:44 Daniel Mierswa [this message]
2009-03-04 2:52 ` CRDA_PATH fixes for wireless-regdb.git Luis R. Rodriguez
2009-03-04 18:53 ` Luis R. Rodriguez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49ADEB0D.6070100@impulze.org \
--to=impulze@impulze.org \
--cc=linux-wireless@vger.kernel.org \
--cc=mcgrof@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.