From ffe2ed00c171aa42c95c3fcffcf283e081d8e0f0 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 29 Jun 2012 08:09:22 -0600 Subject: [PATCH] work around goofy config file name/path issue --- debian/ipip.conf => config | 0 debian/{dirs => ipip.dirs} | 0 debian/ipip.install | 4 ++-- debian/ipip.routes => routes | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename debian/ipip.conf => config (100%) rename debian/{dirs => ipip.dirs} (100%) rename debian/ipip.routes => routes (100%) diff --git a/debian/ipip.conf b/config similarity index 100% rename from debian/ipip.conf rename to config diff --git a/debian/dirs b/debian/ipip.dirs similarity index 100% rename from debian/dirs rename to debian/ipip.dirs diff --git a/debian/ipip.install b/debian/ipip.install index d18ab06..cfe6b23 100644 --- a/debian/ipip.install +++ b/debian/ipip.install @@ -1,3 +1,3 @@ ipip usr/sbin -debian/ipip.conf etc/ipip/config -debian/ipip.routes etc/ipip/routes +config etc/ipip +routes etc/ipip diff --git a/debian/ipip.routes b/routes similarity index 100% rename from debian/ipip.routes rename to routes -- 2.30.2