diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/cpack.cmake | 2 | ||||
-rwxr-xr-x | cmake/debian/postinst | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake index a59af722..a0bd929c 100644 --- a/cmake/cpack.cmake +++ b/cmake/cpack.cmake @@ -2,7 +2,7 @@ INCLUDE(InstallRequiredSystemLibraries) SET(CPACK_PACKAGE_VERSION_MAJOR "1") SET(CPACK_PACKAGE_VERSION_MINOR "3") -SET(CPACK_PACKAGE_VERSION_PATCH "2") +SET(CPACK_PACKAGE_VERSION_PATCH "3") SET(CPACK_PACKAGE_NAME "accel-ppp") SET(CPACK_PACKAGE_CONTACT "Dmitry Kozlov <xeb@mail.ru>") diff --git a/cmake/debian/postinst b/cmake/debian/postinst index 4d1b1846..a039b4f4 100755 --- a/cmake/debian/postinst +++ b/cmake/debian/postinst @@ -1,8 +1,8 @@ #!/bin/sh -chmod +x /etc/init.d/accel-pptp +chmod +x /etc/init.d/accel-ppp -mkdir /var/log/accel-pptp &> /dev/null -mkdir /var/run/accel-pptp &> /dev/null +mkdir /var/log/accel-ppp &> /dev/null +mkdir /var/run/accel-ppp &> /dev/null exit 0 |