mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 20:32:58 +02:00
containers: rewrite do_install().
This commit is contained in:
parent
abd502d1db
commit
317c3e3a09
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'containers'
|
# Template file for 'containers'
|
||||||
pkgname=containers
|
pkgname=containers
|
||||||
version=1.2
|
version=1.2
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Lightweight containers using Linux user namespaces"
|
short_desc="Lightweight containers using Linux user namespaces"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -18,7 +18,7 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# Disable strip
|
vbin inject
|
||||||
sed -e 's,-s ,,g' -i Makefile
|
vinstall contain 4755 usr/bin
|
||||||
make BINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
vinstall pseudo 4755 usr/bin
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue