[SM-Commit] GIT changes to master grimoire by Arjan Bouter (b45faa19d2fbbf4eb0311b97708b230337b85f70)
Ladislav Hagara
ladislav.hagara at unob.cz
Fri Jan 18 09:50:34 EST 2008
> GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:
>
> shell-term-fm/busybox/DETAILS | 4
> shell-term-fm/busybox/HISTORY | 5
> shell-term-fm/busybox/PRE_BUILD | 6
> shell-term-fm/busybox/busybox.config | 547 ++++++++++++++++++++++++++---------
> 4 files changed, 431 insertions(+), 131 deletions(-)
>
> New commits:
> commit b45faa19d2fbbf4eb0311b97708b230337b85f70
> Author: Arjan Bouter <abouter at sourcemage.org>
> Commit: Arjan Bouter <abouter at sourcemage.org>
>
> busybox: version 1.8.2
>
> diff --git a/shell-term-fm/busybox/DETAILS b/shell-term-fm/busybox/DETAILS
> index 96fd921..9a0b16b 100755
> --- a/shell-term-fm/busybox/DETAILS
> +++ b/shell-term-fm/busybox/DETAILS
>
> +2008-01-17 Arjan Bouter <abouter at sourcemage.org>
> + * DETAILS: version 1.8.2
> + * applets.patch: added to remove warning
> + * busybox.config: recreated based on previous config
>
> --- a/shell-term-fm/busybox/PRE_BUILD
> +++ b/shell-term-fm/busybox/PRE_BUILD
> @@ -1,6 +1,12 @@
> default_pre_build &&
> cd $SOURCE_DIRECTORY &&
>
> +if [[ "$BUSYBOX_UNSTABLE" = 'y' ]]; then
> + patch -p0 < ${SCRIPT_DIRECTORY}/applets.dev.patch
> +else
> + patch -p0 < ${SCRIPT_DIRECTORY}/applets.patch
> +fi &&
> +
>
Seems applets.patch and applets.dev.patch are missing.
--
Ladislav Hagara
More information about the SM-Commit
mailing list