Fix build issues on CentOS
[hcoop/zz_old/modwaklog.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 1df39a4..27040f5 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -5,6 +5,13 @@ Type:
    ./regen.sh
    ./configure --with-afs-libs=/usr/lib/afs --with-afs-headers=/usr/include/afs
    make
-   cp mod_waklog.so <wherever>
+   cp ./.libs/mod_waklog.so <wherever>
+
+Debian:
+
+   chmod +x debian/rules
+   fakeroot dpkg-buildpackage
+
+