diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-05-07 15:43:41 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-05-07 15:43:41 -0700 |
commit | d215bf0a5231c90494b61635e3d1c35bc3971c69 (patch) | |
tree | 4093470063ea94303a4cbb2544433c30b593ced9 /Makefile.am | |
parent | d3df87ebe4f4cc6fd3832e4a6a0c185f3830a424 (diff) | |
download | vyatta-cfg-vpn-d215bf0a5231c90494b61635e3d1c35bc3971c69.tar.gz vyatta-cfg-vpn-d215bf0a5231c90494b61635e3d1c35bc3971c69.zip |
Don't include empty dir in the debian package
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b2e9fd6..0d3b498 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,9 +4,7 @@ libudevdir = /lib/udev etcudevdir = /etc/udev initddir = /etc/init.d -bin_SCRIPTS = sbin_SCRIPTS = -sysconf_DATA = sbin_SCRIPTS += scripts/vpn-config.pl |