~alpine/devel

testing/hub: use tabs for intentation v1 PROPOSED

Eivind Uggedal: 1
 testing/hub: use tabs for intentation

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/548/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] testing/hub: use tabs for intentation Export this patch

---
 testing/hub/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/hub/APKBUILD b/testing/hub/APKBUILD
index d4d386e75bc5..3d947e444e31 100644
--- a/testing/hub/APKBUILD
+++ b/testing/hub/APKBUILD
@@ -16,15 +16,15 @@ _builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$_builddir"
  rake standalone
	rake standalone
}

package() {
	cd "$_builddir"

  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
	install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
	install -D -m644 man/$pkgname.1 "$pkgdir"/usr/share/man/man1/$pkgname.1
  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
	install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
md5sums="b118d8f0ec3c56fcccc449fdab8a3e71  hub-1.10.6.tar.gz"
sha256sums="0918dbaff438778707d207491fd93d5e7d8cfdb9fb9fb603b2f18814700cd46d  hub-1.10.6.tar.gz"
-- 
1.8.4.2



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---