~alpine/devel

1

[alpine-devel] small fix for dtach

Carlo Landmeter <clandmeter@gmail.com>
Details
Message ID
<20090106230602.572202FCBB@smtp1.prioritytelecom.nl>
Sender timestamp
1231283161
DKIM signature
missing
Download raw message
Please check attached git patch.

Carlo
Details
Message ID
<1231317673.26236.7.camel@nc>
In-Reply-To
<20090106230602.572202FCBB@smtp1.prioritytelecom.nl> (view parent)
Sender timestamp
1231317673
DKIM signature
missing
Download raw message
On Tue, 2009-01-06 at 23:06 +0000, Carlo Landmeter wrote:
> Please check attached git patch.
> 
> Carlo
> 
> 
> 
> 
> 
> 
> 
> 
> differences
> between files
> attachment
> (0001-extra-dtach-correct-location-for-man-page.patch)
> 
> From e6629c99802ac61a1ebf02e50a9e8986e9ed8cdb Mon Sep 17 00:00:00 2001
> From: Carlo Landmeter <clandmeter@gmail.com>
> Date: Tue, 6 Jan 2009 23:01:07 +0000
> Subject: [PATCH] extra/dtach: correct location for man page
> 
> ---
>  extra/dtach/APKBUILD |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/extra/dtach/APKBUILD b/extra/dtach/APKBUILD
> index 66df9a7..120ef4e 100644
> --- a/extra/dtach/APKBUILD
> +++ b/extra/dtach/APKBUILD
> @@ -16,7 +16,7 @@ build() {
>         ./configure --prefix=/usr
>         make || return 1
>         install -Dm755 "$srcdir"/dtach-0.8/dtach "$pkgdir"/usr/bin/dtach
> -       install -Dm644 "$srcdir"/dtach-0.8/dtach.1 "$pkgdir"/usr/share/man/dtach.1
> +       install -Dm644 "$srcdir"/dtach-0.8/dtach.1 "$pkgdir"/usr/share/man/man1/dtach.1
>         install -Dm644 "$srcdir"/dtach-0.8/README "$pkgdir"/usr/share/doc/README
>  }
>  
> -- 
> 1.5.6.4
> 

Looks good.

Normally, when changing APKBUILDs that makes any difference in the final
apk package, we should also increate the pkgrel. (then will the new
package with fixes be inluded in upgrades).

I just commited this time without increasing pkgrel since this was not
pushed to public git yet.

Thanks!

-nc



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)