Skip to content

Commit

Permalink
mk: Fix 'make dist' on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Mar 31, 2014
1 parent 612e22e commit 4aa7a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ dist/$(PKG_NAME)-$(1).pkg: $(S)src/etc/pkg/Distribution.xml LICENSE.txt \
--resources tmp/dist/pkgres-$(1) dist/$(PKG_NAME)-$(1).pkg
$(Q)rm -rf tmp rust.pkg

tmp/dist/pkgres-$(1)/LICENSE.txt: $(S)/LICENSE.txt
tmp/dist/pkgres-$(1)/LICENSE.txt: LICENSE.txt
@$$(call E,pkg resource LICENSE.txt)
$(Q)mkdir -p $$(@D)
$(Q)cp $$< $$@
Expand Down

5 comments on commit 4aa7a8a

@bors
Copy link
Contributor

@bors bors commented on 4aa7a8a Mar 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from sfackler
at brson@4aa7a8a

@bors
Copy link
Contributor

@bors bors commented on 4aa7a8a Mar 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging brson/rust/dist-mac = 4aa7a8a into auto

@bors
Copy link
Contributor

@bors bors commented on 4aa7a8a Mar 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brson/rust/dist-mac = 4aa7a8a merged ok, testing candidate = 7a70c69

@bors
Copy link
Contributor

@bors bors commented on 4aa7a8a Mar 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 4aa7a8a Mar 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 7a70c69

Please sign in to comment.