mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
ngetty: fix NGETTY_HELPER path.
This commit is contained in:
parent
2374cee92e
commit
cf08e5eec0
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ngetty'
|
# Template file for 'ngetty'
|
||||||
pkgname=ngetty
|
pkgname=ngetty
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Daemon for virtual console terminals"
|
short_desc="Daemon for virtual console terminals"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -20,6 +20,8 @@ do_build() {
|
||||||
cp opts__defs.h.save opts__defs.h
|
cp opts__defs.h.save opts__defs.h
|
||||||
sed -i 's/opts_defs.h: opts_make/opts_defs.h:/' Makefile
|
sed -i 's/opts_defs.h: opts_make/opts_defs.h:/' Makefile
|
||||||
|
|
||||||
|
sed -i '/NGETTY_HELPER/s/sbin/bin/' lib.h
|
||||||
|
|
||||||
cp ${FILESDIR}/Conf .
|
cp ${FILESDIR}/Conf .
|
||||||
|
|
||||||
if [ "$build_option_static" ]; then
|
if [ "$build_option_static" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue