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:
|
||||
SCRATCHFILE=macos-subdirs.tar
|
||||
rm -f $(SCRATCHFILE)
|
||||
tar cvf $(SRATCHFILE) `find $(srcdir) | grep -v svn`
|
||||
tar xvf $(SCRATCHFILE) $(distdir)
|
||||
rm -f $(SCRATCHFILE)
|
||||
rm -f subdirs.tar
|
||||
tar cvf subdirs.tar `find $(srcdir) | grep -v svn`
|
||||
tar xvf subdirs.tar $(distdir)
|
||||
rm -f subdirs.tar
|
||||
|
||||
# Use Xcode do make the actual build
|
||||
all:
|
||||
|
|
Loading…
Add table
Reference in a new issue