~alpine/aports

1

[alpine-aports] [PATCH] main/razor: race condition in s390x

Tuan M. Hoang <tmhoang@flatglobe.org>
Details
Message ID
<1491719654-16146-1-git-send-email-tmhoang@flatglobe.org>
Sender timestamp
1491719654
DKIM signature
missing
Download raw message
Patch: +1 -1
Files in blib/man5/ are touch before the directory is created

---
 main/razor/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/razor/APKBUILD b/main/razor/APKBUILD
index f84a0248..3ecd360d 100644
--- a/main/razor/APKBUILD
+++ b/main/razor/APKBUILD
@@ -19,7 +19,7 @@ build() {
	cd "$srcdir/$_realname-$pkgver"

	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
	make || return 1
	make -j1 || return 1
}

package() {
-- 
2.12.2



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

[alpine-aports] [PATCH v2] main/razor: race condition in s390x

Tuan M. Hoang <tmhoang@flatglobe.org>
Details
Message ID
<1491754117-18378-1-git-send-email-tmhoang@flatglobe.org>
In-Reply-To
<1491719654-16146-1-git-send-email-tmhoang@flatglobe.org> (view parent)
Sender timestamp
1491754117
DKIM signature
missing
Download raw message
Patch: +2 -2
Files in blib/man5/ are touch before the directory is created
Modernize APKBUILD

---
 main/razor/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/razor/APKBUILD b/main/razor/APKBUILD
index f84a024800..ebeb381c8f 100644
--- a/main/razor/APKBUILD
+++ b/main/razor/APKBUILD
@@ -18,8 +18,8 @@ source="http://downloads.sourceforge.net/razor/razor-agents/$_realname-$pkgver.t
build() {
	cd "$srcdir/$_realname-$pkgver"

	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
	make || return 1
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
	make -j1
}

package() {
-- 
2.12.2



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