mirror of
https://github.com/transmission/transmission
synced 2025-02-11 00:44:53 +00:00
Don't follow links when building the OS X package, so the Sparkle
framework isn't copied 3 times
This commit is contained in:
parent
24acb44310
commit
96d62e8ca9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ define PACKAGE_RULE1
|
|||
$(RM) tmp "Transmission $(VERSION_PACKAGE)" \
|
||||
Transmission-$(VERSION_PACKAGE).dmg
|
||||
mkdir -p tmp
|
||||
cp -r macosx/Transmission.app tmp/
|
||||
cp -R macosx/Transmission.app tmp/
|
||||
cp AUTHORS tmp/AUTHORS.txt
|
||||
cp LICENSE tmp/LICENSE.txt
|
||||
cp NEWS tmp/NEWS.txt
|
||||
|
|
Loading…
Reference in a new issue