systemd: fix path to loadkeys and setfont.
This commit is contained in:
parent
604946d793
commit
137b94a6ec
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'systemd'
|
||||
pkgname=systemd
|
||||
version=36
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-distro=other --with-rootdir= --localstatedir=/var
|
||||
|
@ -56,8 +56,8 @@ Add_dependency build vala-devel
|
|||
|
||||
pre_configure()
|
||||
{
|
||||
sed -i -e "s|/usr/bin/loadkeys|/sbin/loadkeys|g" Makefile.in
|
||||
sed -i -e "s|/usr/bin/setfont|/sbin/setfont|g" Makefile.in
|
||||
sed -i -e "s|/bin/loadkeys|/sbin/loadkeys|g" Makefile.in
|
||||
sed -i -e "s|/bin/setfont|/sbin/setfont|g" Makefile.in
|
||||
}
|
||||
|
||||
post_install()
|
||||
|
|
Loading…
Reference in New Issue