]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed a comment in make.sh.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Oct 2008 16:26:54 +0000 (16:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Oct 2008 16:26:54 +0000 (16:26 +0000)
udev config is already installed.

make.sh

diff --git a/make.sh b/make.sh
index 66430c9e497106fe7978793ab2e4743af37bb574..57f8387c468b09b0473113eeb53e5267636f6061 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -156,7 +156,7 @@ base_build() {
        ipfire_make sysvinit
        ipfire_make tar
        ipfire_make texinfo
-       ipfire_make udev                                        ## NEED TO INSTALL CONFIG
+       ipfire_make udev
        ipfire_make util-linux-ng
        ipfire_make vim
 }