Skip to content

Commit 488d1f5

Browse files
committed
remove name
1 parent dd784f5 commit 488d1f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes/recipe.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ package:
88
version: {{VERSION}}
99

1010
source:
11-
- path: ./lightbug_http
12-
- path: ./{{LICENSE_FILE}}
11+
- path: ../lightbug_http
12+
- path: ../{{LICENSE_FILE}}
1313

1414
build:
1515
script:
1616
- mkdir -p ${PREFIX}/lib/mojo
17-
- magic run mojo package {{NAME}} -o ${PREFIX}/lib/mojo/{{NAME}}.mojopkg
17+
- magic run mojo package . -o ${PREFIX}/lib/mojo/{{NAME}}.mojopkg
1818

1919
requirements:
2020
run:

0 commit comments

Comments
 (0)