]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/dehydrated
lfs: Drop quotes in DEPS variable
[ipfire-2.x.git] / lfs / dehydrated
index 232588461809705a4f78c6b52131d436aa9ff041..34b938c1311c5cc8f20e84db541f6e2c4d6e6b7b 100644 (file)
@@ -32,9 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = dehydrated
-PAK_VER    = 2
+PAK_VER    = 3
 
-DEPS       = ""
+DEPS       =
 
 ###############################################################################
 # Top-level Rules
@@ -92,8 +92,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        # Install example configuration
        cd $(DIR_APP) && sed \
-               -e 's|^#CONFIG_D=|CONFIG_D="\${BASEDIR}/conf.d"|' \
-               -e 's|^#HOOK=|HOOK="\${BASEDIR}/hook.sh"|' \
+               -e 's|^#CONFIG_D=|CONFIG_D="\$${BASEDIR}/conf.d"|' \
+               -e 's|^#HOOK=|HOOK="\$${BASEDIR}/hook.sh"|' \
                docs/examples/config > /etc/dehydrated/config
 
        # Install example hook