systemd-analyze: set noarch.
This commit is contained in:
parent
c7aa9e293b
commit
3c86388509
|
@ -1,5 +1,6 @@
|
||||||
# Template file for 'systemd-analyze'.
|
# Template file for 'systemd-analyze'.
|
||||||
#
|
#
|
||||||
|
noarch=yes
|
||||||
depends="python dbus-python systemd>=$version"
|
depends="python dbus-python systemd>=$version"
|
||||||
short_desc="A python utility to analyze some systemd results"
|
short_desc="A python utility to analyze some systemd results"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'systemd'
|
# Template file for 'systemd'
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
version=189
|
version=189
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-distro=other --libexecdir=/usr/lib
|
configure_args="--with-distro=other --libexecdir=/usr/lib
|
||||||
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
||||||
|
|
Loading…
Reference in New Issue