Stage2 semble compléter ok
[hvlinux.git] / stage2 / pkg / sysklogd
index 2e84881..dcd22d9 100644 (file)
@@ -1,5 +1,13 @@
 #!/bin/bash
 
+hvbuild()
+{
+    cd ${LFS_TMP}/${PACKAGE}
+
+    make
+    make BINDIR=/sbin install
+}
+
 hvbuild_post()
 {
     cat > /etc/syslog.conf << "EOF"