1
0
Fork 0
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:
Charles Kerr 2007-07-31 03:05:09 +00:00
parent ded2db6287
commit f0df7f2899

View file

@ -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: