diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2017-06-09 04:14:41 +0200 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-11-18 02:55:30 +0100 |
commit | 495feb8a41c59f3741eedd1386e40c0f18335294 (patch) | |
tree | e053a24f62b2c9c9b602dc4a221721633ce841ef /Makefile.am | |
parent | backports: minimize diffs with base debian files (diff) | |
download | frr-495feb8a41c59f3741eedd1386e40c0f18335294.tar.xz frr-495feb8a41c59f3741eedd1386e40c0f18335294.zip |
debian->debianpkg: Move debian files from debian dir to debianpkg dir.
Debian build systems use debian subdir for building and having a debian
dir in the source package causes issues.
Moving it to debianpkg avoids the issue and allows us to ship debian
package files in the source distribution
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a4841490e..d9698d7cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,7 @@ DIST_SUBDIRS = . bgpd \ vtysh doc tests \ solaris bgpd/rfp-example/librfp \ bgpd/rfp-example/rfptest \ - debian + debianpkg # end if PKGSRC |