force removal of temporary directory

This commit is contained in:
Vincent Sanders 2012-08-19 15:04:24 +01:00
parent ea2b556047
commit a39082585a
1 changed files with 1 additions and 1 deletions

View File

@ -111,4 +111,4 @@ netsurf.zip: $(EXETARGET)
rsync --archive --verbose $(CURDIR)/!NetSurf $($@_TMPDIR)
mv $($@_TMPDIR)/!NetSurf/ReadMe $($@_TMPDIR)
cd $($@_TMPDIR) && /opt/netsurf/arm-unknown-riscos/env/bin/zip -9vr\, $(CURDIR)/$@ *
$(Q) $(RM) $($@_TMPDIR)
$(Q) $(RM) -rf $($@_TMPDIR)