Actions
Bug #433
closedMake a patched version of live-helper
Status:
Closed
Priority:
Immediate
Assignee:
Category:
Packaging
Target version:
Description
Tests in a clean VM showed that we're using a patched version of an unofficial version of live-helper (1.0.6-2). The small patch is the following:
$ diff -u Desktop/lh_bootstrap_debootstrap /usr/bin/lh_bootstrap_debootstrap
--- Desktop/lh_bootstrap_debootstrap 2009-11-22 13:39:18.000000000 +0100
+++ /usr/bin/lh_bootstrap_debootstrap 2011-02-19 17:55:09.000000000 +0100
@@ -60,6 +60,7 @@
if [ "${LH_CATEGORIES}" != "main" ]
then
# Modify categories to remove leading/trailing whitespaces and replace other whitepspace with commas
+ LH_ARCHIVE_AREAS=$LH_CATEGORIES
DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components $(echo ${LH_ARCHIVE_AREAS} | sed -e 's| |,|g')"
fi
Actions