Skip to content

Commit 8232475

Browse files
committed
Added creating defaults directory and fixed Typo
1 parent 8e1665e commit 8232475

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

habitat/plan.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ do_build() {
6666
}
6767

6868
do_install() {
69+
mkdir "${pkg_prefix}/defaults/"
6970
cp -pr ${PLAN_CONTEXT}/../src/* "${pkg_prefix}/"
70-
cp -pr ${PLAN_CONTEXT}/../deafults/webapp.cfg "${pkg_prefix}/defaults/"
71+
cp -pr ${PLAN_CONTEXT}/../defaults/webapp.cfg "${pkg_prefix}/defaults/"
7172
return $?
7273
}
7374

0 commit comments

Comments
 (0)