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