[vlc-devel] commit: Remove zip file first ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Jul 2 21:17:51 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Jul 2 22:17:02 2008 +0300| [92c5d98b218722a553db96cad597ab8533feae53]
Remove zip file first
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=92c5d98b218722a553db96cad597ab8533feae53
---
Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 19eae1a..e9256d8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -883,6 +883,7 @@ package-win32-base-exe-linux:
package-win32-base-zip: package-win32-base
# Create package
+ rm -f -- vlc-$(VERSION)-win32.zip
zip -r -9 vlc-$(VERSION)-win32.zip vlc-$(VERSION)
package-win32-base-7zip: package-win32-base
More information about the vlc-devel
mailing list