diff options
author | Laurent Bercot <ska-devel@skarnet.org> | 2015-12-17 09:58:13 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 09:01:06 +0000 |
commit | 3fbbaa2865b9b2f68542449c0cc49b769c0a7d1d (patch) | |
tree | ab0e826f92b378d80eebaaa64b52c2acc19fd655 /main/execline | |
parent | 6f2e6963c3f5dcd259f4fd9561efd13044dd1ba2 (diff) | |
download | aports-3fbbaa2865b9b2f68542449c0cc49b769c0a7d1d.tar.bz2 aports-3fbbaa2865b9b2f68542449c0cc49b769c0a7d1d.tar.xz |
New APKBUILDs for skalibs, execline, s6, s6-rc
Diffstat (limited to 'main/execline')
-rw-r--r-- | main/execline/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/execline/APKBUILD b/main/execline/APKBUILD index d9433da39..a5adb5292 100644 --- a/main/execline/APKBUILD +++ b/main/execline/APKBUILD @@ -2,7 +2,7 @@ # Contributor: John Regan <john@jrjrtech.com> pkgname=execline pkgver=2.1.4.5 -pkgrel=0 +pkgrel=1 pkgdesc="A small scripting language, to be used in place of a shell in non-interactive scripts." url="http://skarnet.org/software/$pkgname/" arch="all" @@ -36,7 +36,6 @@ build() { --with-dynlib=/lib \ || return 1 make || return 1 - make strip || return 1 } package() { |