aboutsummaryrefslogtreecommitdiffstats
path: root/dfly-update.conf
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2019-01-05 23:52:22 +0800
committerAaron LI <aly@aaronly.me>2019-01-05 23:52:22 +0800
commit5f622792533fc26935a781651d009f90b0f22679 (patch)
tree2dea3819cdb55eb418c4c595126a356a50c08061 /dfly-update.conf
parent77e6c23fbac4bbcad19e7c0690485f073c7908dc (diff)
downloaddfly-update-5f622792533fc26935a781651d009f90b0f22679.tar.bz2
Introduce ${CPDUP} to specify the path to cpdup(1)
Diffstat (limited to 'dfly-update.conf')
-rw-r--r--dfly-update.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/dfly-update.conf b/dfly-update.conf
index ff5e6e1..fe483ba 100644
--- a/dfly-update.conf
+++ b/dfly-update.conf
@@ -5,6 +5,9 @@
# Tool name
#NAME=dfly-update
+# Path to the cpdup(1) executable
+#CPDUP="/bin/cpdup"
+
# Temporary directory to cache the image, etc, ...
#CACHE_DIR="/var/tmp/${NAME}"