1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-11 08:54:55 +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:
Eric Petit 2006-06-15 14:05:34 +00:00
parent 24acb44310
commit 96d62e8ca9

View file

@ -34,7 +34,7 @@ define PACKAGE_RULE1
$(RM) tmp "Transmission $(VERSION_PACKAGE)" \ $(RM) tmp "Transmission $(VERSION_PACKAGE)" \
Transmission-$(VERSION_PACKAGE).dmg Transmission-$(VERSION_PACKAGE).dmg
mkdir -p tmp mkdir -p tmp
cp -r macosx/Transmission.app tmp/ cp -R macosx/Transmission.app tmp/
cp AUTHORS tmp/AUTHORS.txt cp AUTHORS tmp/AUTHORS.txt
cp LICENSE tmp/LICENSE.txt cp LICENSE tmp/LICENSE.txt
cp NEWS tmp/NEWS.txt cp NEWS tmp/NEWS.txt