aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-05-29 12:58:12 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-05-29 12:58:12 +0200
commitc03e009d01ebe2e55a4383e934385dabd9ea0749 (patch)
tree95228b48146ae05e19005246831b450171f901ac /install.sh
parent459fd487fcbdc33fcccddbf4c82eae048275ba51 (diff)
download0tdns-c03e009d01ebe2e55a4383e934385dabd9ea0749.tar.gz
0tdns-c03e009d01ebe2e55a4383e934385dabd9ea0749.zip
move sources to src/
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/install.sh b/install.sh
index 3c45c0b..821803a 100755
--- a/install.sh
+++ b/install.sh
@@ -14,15 +14,15 @@ fi
# systems don't use libexec;
# The reason they won't go to /usr/sbin or the like is because
# they're not to be executed directly by the user
-install -D -m744 vpn_wrapper.sh "$INSTALL_ROOT"/var/lib/0tdns/vpn_wrapper.sh
-install -D -m744 netns-script "$INSTALL_ROOT"/var/lib/0tdns/netns-script
-install -D -m755 perform_queries.py "$INSTALL_ROOT"/var/lib/0tdns/perform_queries.py
+install -D -m744 src/vpn_wrapper.sh "$INSTALL_ROOT"/var/lib/0tdns/vpn_wrapper.sh
+install -D -m744 src/netns-script "$INSTALL_ROOT"/var/lib/0tdns/netns-script
+install -D -m755 src/perform_queries.py "$INSTALL_ROOT"/var/lib/0tdns/perform_queries.py
install -D -m644 db_connection_config.yml "$INSTALL_ROOT"/etc/0tdns/db_connection_config.yml
# This one would make sense to be executed directly, so it'll go to sbin
-install -D -m744 hourly.py "$INSTALL_ROOT"/usr/sbin/hourly.py
+install -D -m744 src/hourly.py "$INSTALL_ROOT"/usr/sbin/hourly.py
# This is the script, that will get called by cron
-install -D -m744 hourly.sh "$INSTALL_ROOT"/usr/sbin/hourly.sh
+install -D -m744 src/hourly.sh "$INSTALL_ROOT"/usr/sbin/hourly.sh
# simillar approach will be used to install other files