[arch-projects] [PATCH] [mkinitcpio] base: remove double slash /

Dave Reisner d at falconindy.com
Sun Sep 25 20:01:45 EDT 2011


Hi Gerardo,

I've actually already got this on my working branch[1] (along with a
whole lot of ther mischegas queued up for Thomas whenever he has time to
review.

Appreciated, though!

d

[1] https://github.com/falconindy/mkinitcpio/commit/d800a4a96

On Sun, Sep 25, 2011 at 08:48:42PM -0300, Gerardo Exequiel Pozzi wrote:
>     adding dir: //usr/bin
>     adding dir: //usr/sbin
> 
> Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
> ---
>  install/base |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/install/base b/install/base
> index 64ef39a..b4f23d5 100644
> --- a/install/base
> +++ b/install/base
> @@ -1,7 +1,7 @@
>  #!/bin/bash
>  
>  build() {
> -    for dir in proc sys dev run /usr/{bin,sbin}; do
> +    for dir in proc sys dev run usr/{bin,sbin}; do
>          add_dir "/$dir"
>      done
>  
> -- 
> 1.7.6.4
> 


More information about the arch-projects mailing list