[gedit/wip/wininstaller] win32: remove the binaries from the right place



commit 09630ac35276defcbd35792cdb8a73c929a68174
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Jul 29 08:47:50 2014 +0200

    win32: remove the binaries from the right place

 win32/make-gedit-installer |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/win32/make-gedit-installer b/win32/make-gedit-installer
index fa35786..1c5048f 100644
--- a/win32/make-gedit-installer
+++ b/win32/make-gedit-installer
@@ -87,8 +87,8 @@ create_archive() {
   # remove .a files not needed for the installer
   find ${_newgedit} -name "*.a" -exec rm -f {} \;
   # remove unneeded binaries
-  find ${_newgedit} -not -name "g*.exe" -name "*.exe" -exec rm -f {} \;
-  find ${_newgedit}/usr -name "*.exe" -exec rm -f {} \;
+  find ${_newgedit}/mingw${_bitness} -not -name "g*.exe" -name "*.exe" -exec rm -f {} \;
+  find ${_newgedit}/mingw${_bitness}/usr -name "*.exe" -exec rm -f {} \;
 
   mkdir -p "${_data}"
   _dirs=


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]