Project

General

Profile

Actions

Bug #433

closed

Make a patched version of live-helper

Added by Jean-Michel Philippe over 12 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Immediate
Category:
Packaging
Target version:
Start date:
10/18/2011
Due date:
10/22/2011
% Done:

100%

Estimated time:
0:30 h
Spent time:

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

Also available in: Atom PDF