diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-29 17:14:32 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-29 17:14:32 +0000 |
commit | 663b92da09266646ad3af049f60d0823f0b47cb2 (patch) | |
tree | df69c029a2a2ab0a4f3715ea38bdeeb8083388aa /sub | |
parent | 9c254afab26dfedd15a1f3133c528d88344049bb (diff) | |
download | lh-bootstrap-663b92da09266646ad3af049f60d0823f0b47cb2.tar.xz |
Almost almost there.
Diffstat (limited to 'sub')
-rw-r--r-- | sub/kernel/Makefile.ncurses | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/kernel/Makefile.ncurses b/sub/kernel/Makefile.ncurses index 55c0687..509a669 100644 --- a/sub/kernel/Makefile.ncurses +++ b/sub/kernel/Makefile.ncurses @@ -35,4 +35,5 @@ $(OUTPUT)/build-build/.lh_$(NCURSES_NAME)_built: $(OUTPUT)/build-build/.lh_$(NCU $(OUTPUT)/build-build/.lh_$(NCURSES_NAME)_installed: $(OUTPUT)/build-build/.lh_$(NCURSES_NAME)_built | $(OUTPUT)/tmp/.lh_prepared $(OUTPUT)/build-build/.lh_skarnet_installed exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-build/opt/$(NCURSES_NAME)-$(NCURSES_VERSION)/src $(MAKE) install exec setuidgid $(NORMALUSER) makenamelink $(OUTPUT)/build-build/opt $(NCURSES_NAME) $(NCURSES_NAME)-$(NCURSES_VERSION) $(OUTPUT)/tmp + exec setuidgid $(NORMALUSER) s6-ln -nsf . $(OUTPUT)/build-build/opt/$(NCURSES_NAME)/include/ncursesw/ncursesw exec setuidgid $(NORMALUSER) s6-touch $@ |