diff options
author | Holger Paradies <retabell@gmx.de> | 2013-10-12 19:25:37 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-10-20 14:34:19 +0200 |
commit | 135da0bfd702363f81d8556aa228381432fab3b1 (patch) | |
tree | 309ac54d64b2dd599b096eb7bc2f3b43f2b050a3 | |
parent | 6fc6aad8ca02112884f30050c27070e479772458 (diff) | |
download | kanotix-135da0bfd702363f81d8556aa228381432fab3b1.zip kanotix-135da0bfd702363f81d8556aa228381432fab3b1.tar.gz |
fix: devscripts lxde i386
-rwxr-xr-x | config/chroot_local-hooks/03-lxde-fixes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-hooks/03-lxde-fixes b/config/chroot_local-hooks/03-lxde-fixes index 92ee009..015cdc2 100755 --- a/config/chroot_local-hooks/03-lxde-fixes +++ b/config/chroot_local-hooks/03-lxde-fixes @@ -20,7 +20,7 @@ if [ -x /usr/sbin/lightdm ]; then apt-get purge --yes vim vim-common vim-runtime rm -rf /usr/lib/python3/dist-packages/devscripts apt-get purge --yes devscripts python3 python3-minimal python3.2 python3.2-minimal - apt-get install --yes devscripts=2.12.6 + apt-get install --yes -t wheezy devscripts fi # tmp skel |