opentmpfiles: drop noarch
This commit is contained in:
parent
0754c9a23e
commit
7a1eeccda8
1 changed files with 4 additions and 5 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'opentmpfiles'
|
# Template file for 'opentmpfiles'
|
||||||
pkgname=opentmpfiles
|
pkgname=opentmpfiles
|
||||||
version=0.2
|
version=0.2
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="A standalone utility for handling systemd-style tmpfiles.d settings"
|
make_install_args="bindir=/usr/bin"
|
||||||
|
short_desc="Standalone utility for handling systemd-style tmpfiles.d settings"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/OpenRC/opentmpfiles"
|
homepage="https://github.com/OpenRC/opentmpfiles"
|
||||||
distfiles="https://github.com/OpenRC/opentmpfiles/archive/${version}.tar.gz"
|
distfiles="https://github.com/OpenRC/opentmpfiles/archive/${version}.tar.gz"
|
||||||
checksum=4fa6a78600b1d67d34c441919e5e62ad181af358d9353ce380f515d623177ecb
|
checksum=4fa6a78600b1d67d34c441919e5e62ad181af358d9353ce380f515d623177ecb
|
||||||
make_install_args="bindir=/usr/bin"
|
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i 's|^bindir.*||g' Makefile
|
vsed -i 's|^bindir.*||g' Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue