ngetty: fix NGETTY_HELPER path.
This commit is contained in:
parent
2374cee92e
commit
cf08e5eec0
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ngetty'
|
||||
pkgname=ngetty
|
||||
version=1.1
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Daemon for virtual console terminals"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
@ -20,6 +20,8 @@ do_build() {
|
|||
cp opts__defs.h.save opts__defs.h
|
||||
sed -i 's/opts_defs.h: opts_make/opts_defs.h:/' Makefile
|
||||
|
||||
sed -i '/NGETTY_HELPER/s/sbin/bin/' lib.h
|
||||
|
||||
cp ${FILESDIR}/Conf .
|
||||
|
||||
if [ "$build_option_static" ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user