~ce-infrastructure/live-build/lb-sg-2.x

« back to all changes in this revision

Viewing changes to helpers/lh_binary_memtest

  • Committer: Daniel Baumann
  • Date: 2011-03-09 17:18:29 UTC
  • Revision ID: daniel@debian.org-20110309171829-b7tyrxub0nimlo0z
Adding live-helper 1.0~a10-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
Install_package
73
73
 
74
74
# Setting destination directory
75
 
case "${LIVE_BINARY_IMAGE}" in
 
75
case "${LIVE_BINARY_IMAGES}" in
76
76
        iso)
77
77
                DESTDIR="binary/live"
78
78
                ;;
82
82
                ;;
83
83
 
84
84
        usb-hdd|hdd)
85
 
                DESTDIR="binary"
 
85
                DESTDIR="binary/live"
86
86
                ;;
87
87
esac
88
88
 
89
89
# Temporary check for broken syslinux
90
 
if [ "${LIVE_BINARY_IMAGE}" = "iso" ]
 
90
if [ "${LIVE_BINARY_IMAGES}" = "iso" ]
91
91
then
92
92
        # Assemble multi-arch
93
93
        if [ -n "${MULTIARCH}" ]