.deb packaging: Fixed path to: /var/lib/captive
authorshort <>
Mon, 22 Sep 2003 14:44:34 +0000 (14:44 +0000)
committershort <>
Mon, 22 Sep 2003 14:44:34 +0000 (14:44 +0000)
debian/rules

index 5906ede..58d0322 100755 (executable)
@@ -40,7 +40,7 @@ endif
 # Check at the final call of src/libcaptive/reactos/ntoskrnl/io/irp.c/IofCallDriver().
 config.status: configure
        dh_testdir
-       CFLAGS="-O2" ./configure --prefix=/usr --sysconfdir=/etc \
+       CFLAGS="-O2" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
                --enable-shared --disable-static \
                --with-readline \
                --disable-bug-replay \