mirror of
https://github.com/transmission/transmission
synced 2025-03-06 03:28:33 +00:00
this one's a little more disgusting, but works
This commit is contained in:
parent
ded2db6287
commit
f0df7f2899
1 changed files with 4 additions and 5 deletions
|
@ -1,10 +1,9 @@
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
SCRATCHFILE=macos-subdirs.tar
|
rm -f subdirs.tar
|
||||||
rm -f $(SCRATCHFILE)
|
tar cvf subdirs.tar `find $(srcdir) | grep -v svn`
|
||||||
tar cvf $(SRATCHFILE) `find $(srcdir) | grep -v svn`
|
tar xvf subdirs.tar $(distdir)
|
||||||
tar xvf $(SCRATCHFILE) $(distdir)
|
rm -f subdirs.tar
|
||||||
rm -f $(SCRATCHFILE)
|
|
||||||
|
|
||||||
# Use Xcode do make the actual build
|
# Use Xcode do make the actual build
|
||||||
all:
|
all:
|
||||||
|
|
Loading…
Add table
Reference in a new issue