summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@ancheng-vm.localdomain>2007-10-05 14:33:57 -0700
committerAn-Cheng Huang <ancheng@ancheng-vm.localdomain>2007-10-05 14:33:57 -0700
commit6a11931a204485965928325c005562732bf70f10 (patch)
treefa5752e519f46989bb05bf79ca3af8b867cd5c20 /configure.ac
parentbe628d70b4c12f1731fb528f1b784edcd792aca0 (diff)
downloadvyatta-cfg-6a11931a204485965928325c005562732bf70f10.tar.gz
vyatta-cfg-6a11931a204485965928325c005562732bf70f10.zip
added postinst to create config directories.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f12cf4f..c108943 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,8 @@ AC_ARG_ENABLE([nostrip],
[NOSTRIP=-nostrip], [NOSTRIP=])
AC_CONFIG_FILES(
- [Makefile])
+ [Makefile]
+ [debian/vyatta-cfg.postinst])
AC_SUBST(NOSTRIP)