diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-08-20 02:02:20 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-08-20 02:02:20 +0000 |
commit | 80e725ed106e3281a12682325ee700305189295c (patch) | |
tree | 5f016cde9d4ffe6fe041e65c83c10dca8e74a974 /bootstrap-configure | |
parent | 8803412684f97a032fceb0318a07e4969761a281 (diff) |
Make installation of udev rules optional
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-x | bootstrap-configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap-configure b/bootstrap-configure index 0df86183..29b326ee 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -13,4 +13,5 @@ fi --localstatedir=/var \ --libexecdir=/lib \ --enable-all \ - --disable-initscripts + --disable-initscripts \ + --disable-pcmciarules |