Skip to content
Snippets Groups Projects
Commit a27ded0a authored by Sertonix's avatar Sertonix Committed by Natanael Copa
Browse files

community/s6-overlay: change SHEBANGDIR to /bin

parent 38ec6c16
No related branches found
No related tags found
1 merge request!60035community/s6-overlay: simplify by using $builddir + SHEBANGDIR=/bin
Pipeline #217224 skipped
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Laurent Bercot <ska-devel@skarnet.org> # Maintainer: Laurent Bercot <ska-devel@skarnet.org>
pkgname=s6-overlay pkgname=s6-overlay
pkgver=3.1.6.2 pkgver=3.1.6.2
pkgrel=0 pkgrel=1
pkgdesc="s6 overlay for containers" pkgdesc="s6 overlay for containers"
url=https://github.com/just-containers/s6-overlay url=https://github.com/just-containers/s6-overlay
arch="noarch" arch="noarch"
...@@ -15,7 +15,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/just-containers/s6-overlay/a ...@@ -15,7 +15,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/just-containers/s6-overlay/a
build() { build() {
make rootfs-overlay-noarch symlinks-overlay-noarch syslogd-overlay-noarch \ make rootfs-overlay-noarch symlinks-overlay-noarch syslogd-overlay-noarch \
"VERSION=$pkgver" \ "VERSION=$pkgver" \
SHEBANGDIR=/usr/bin SHEBANGDIR=/bin
} }
package() { package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment