Skip to content

Commit 7c2306f

Browse files
committed
Updated zip to use relative paths.
1 parent 2ea3eaa commit 7c2306f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $(BUNDLE_ZIP):
2626
@make bzip2
2727

2828
zip:
29-
@cd $(BUNDLE_PARENT) && zip -r $(BUNDLE_NAME) $(BUNDLE_DIR)
29+
@cd $(BUNDLE_PARENT) && zip -r $(BUNDLE_DIR) $(BUNDLE_NAME)
3030

3131
gzip:
3232
@cd $(BUNDLE_PARENT) && \

0 commit comments

Comments
 (0)