-Removed non-existent make target (install-extra-doc)
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Tue, 6 Jul 2010 04:22:46 +0000 (04:22 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Tue, 6 Jul 2010 04:22:46 +0000 (04:22 +0000)
stage2/cis-udev-config

index a7c41e0..d4c9d8d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name.
@@ -17,7 +17,4 @@ make install
 # Install the documentation that explains the LFS-specific rules files:
 make install-doc
 
-# Install the documentation that explains the commonly-used rules files provided by Udev:
-make install-extra-doc
-
 exit $?