diff options
Diffstat (limited to 'cmake')
-rwxr-xr-x | cmake/debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/debian/postinst b/cmake/debian/postinst index 5d516cd..cc38181 100755 --- a/cmake/debian/postinst +++ b/cmake/debian/postinst @@ -3,6 +3,6 @@ chmod +x /etc/init.d/accel-ppp mkdir /var/log/accel-ppp > /dev/null 2>&1 -mkdir /var/run/accel-ppp > /dev/null 2>&1 +mkdir /var/lib/accel-ppp > /dev/null 2>&1 exit 0 |