Univention Bugzilla – Attachment 4545 Details for
Bug 27976
Installation des Desktop über UMC Setup bricht ab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug_27976.patch
bug_27976.patch (text/plain), 1.31 KB, created by
Stefan Gohmann
on 2012-07-17 20:11:31 CEST
(
hide
)
Description:
bug_27976.patch
Filename:
MIME Type:
Creator:
Stefan Gohmann
Created:
2012-07-17 20:11:31 CEST
Size:
1.31 KB
patch
obsolete
>Index: usr/lib/univention-system-setup/scripts/software/10software >=================================================================== >--- usr/lib/univention-system-setup/scripts/software/10software (Revision 34216) >+++ usr/lib/univention-system-setup/scripts/software/10software (Arbeitskopie) >@@ -79,13 +79,13 @@ > > # update > echo "apt-get $APT_PARAMS update" >- apt-get $APT_PARAMS update >+ LC_ALL=C apt-get $APT_PARAMS update > echo "pmstatus:_:100:" >&4 > > # remove packages > for p in $packages_remove; do > echo "apt-get $APT_PARAMS install $p- $base" >- apt-get $APT_PARAMS install $p- $base >+ LC_ALL=C apt-get $APT_PARAMS install $p- $base > aptResult=$? > if [ $aptResult -gt 0 ]; then > progress_error "$p: $(gettext "Failed to uninstall")" >@@ -94,13 +94,13 @@ > > # run autoremove > if [ -n "$packages_remove" ]; then >- apt-get $APT_PARAMS autoremove >+ LC_ALL=C apt-get $APT_PARAMS autoremove > fi > > # install packages > for p in $packages_install; do > echo "apt-get $APT_PARAMS install $p $base" >- apt-get $APT_PARAMS install $p $base >+ LC_ALL=C apt-get $APT_PARAMS install $p $base > aptResult=$? > if [ $aptResult -gt 0 ]; then > progress_error "$p: $(gettext "Failed to install")"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27976
: 4545