Skip to content

Commit

Permalink
Unbreak build OSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaier committed Jun 15, 2017
1 parent 3468d41 commit 5cd3802
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions makerelease-osx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,7 @@ $(ARIA2_DOCS): aria2.x86_64.build
$(ARIA2_DIST).tar.bz2: aria2.build $(ARIA2_DOCS) $(ARIA2_CHANGELOG)
find $(ARIA2_PREFIX) -exec touch "{}" \;
tar -cf $@ \
--use-compress-program=bzip2 \
--options='compression-level=9' \
--use-compress-program="bzip2 -9" \
$(ARIA2)

$(ARIA2_DIST).pkg: aria2.build $(ARIA2_DOCS) $(ARIA2_CHANGELOG)
Expand Down Expand Up @@ -412,7 +411,7 @@ $(ARIA2_DIST).dmg: $(ARIA2_DIST).pkg
-rm -rf dmg
mkdir -p dmg/Docs
cp -av $(ARIA2_DIST).pkg dmg/aria2.pkg
find $(ARIA2_PREFIX)/share/doc/aria2 -type f -depth 1 -exec cp -av "{}" dmg/Docs \;
find $(ARIA2_PREFIX)/share/doc/aria2 -maxdepth 1 -type f -exec cp -av "{}" dmg/Docs \;
rm -rf dmg/Docs/README dmg/Docs/README.rst
cp $(SRCDIR)/osx-package/DS_Store dmg/.DS_Store
hdiutil create $@.uncompressed \
Expand Down

0 comments on commit 5cd3802

Please sign in to comment.