diff --git a/debian/rules b/debian/rules index 03cb931..e677d85 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ override_dh_auto_install: mkdir -p debian/ipng-router-backup/usr/share/man/man1 cp ipng-router-backup debian/ipng-router-backup/usr/bin/ cp docs/config.yaml.example debian/ipng-router-backup/etc/ipng-router-backup/config.yaml.example - cp docs/device-types.yaml debian/ipng-router-backup/etc/ipng-router-backup/device-types.yaml + cp etc/* debian/ipng-router-backup/etc/ipng-router-backup/ cp docs/router_backup.1 debian/ipng-router-backup/usr/share/man/man1/ipng-router-backup.1 gzip debian/ipng-router-backup/usr/share/man/man1/ipng-router-backup.1 @@ -23,4 +23,4 @@ override_dh_auto_test: # Skip tests for now override_dh_dwz: - # Skip dwz compression due to Go binary format \ No newline at end of file + # Skip dwz compression due to Go binary format diff --git a/yaml/00-device-types.yaml b/etc/00-device-types.yaml similarity index 100% rename from yaml/00-device-types.yaml rename to etc/00-device-types.yaml diff --git a/yaml/config.yaml b/etc/config.yaml.example similarity index 100% rename from yaml/config.yaml rename to etc/config.yaml.example