[gedit/wip/wininstaller] win32: remove from the new container



commit 3f1d2a033c410735243a38cac0b7e41ee0cc5411
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Jul 29 08:34:57 2014 +0200

    win32: remove from the new container

 win32/make-gedit-installer |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/win32/make-gedit-installer b/win32/make-gedit-installer
index 0439601..1ed05fa 100644
--- a/win32/make-gedit-installer
+++ b/win32/make-gedit-installer
@@ -135,9 +135,9 @@ install_gedit_packages() {
   fi
 
   # some packages are pulled by the deps but we do not need them like python2
-  pacman -Rdd mingw-w64-${_arch}-python2
-  pacman -Rdd mingw-w64-${_arch}-gtk2
-  pacman -Rdd mingw-w64-${_arch}-glade
+  pacman -Rdd mingw-w64-${_arch}-python2 --noconfirm --root "${_newgedit}"
+  pacman -Rdd mingw-w64-${_arch}-glade --noconfirm --root "${_newgedit}"
+  pacman -Rdd mingw-w64-${_arch}-gtk2 --noconfirm --root "${_newgedit}"
 }
 
 if [ ! -f "${_archivegen}" ]; then


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