mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
11 lines
256 B
Bash
11 lines
256 B
Bash
#! /bin/bash
|
|
|
|
# Libutempter 1.1.6
|
|
# source: http://ftp.altlinux.org/pub/people/ldv/utempter/libutempter-1.1.6.tar.bz2
|
|
|
|
patch -Np0 -i ../patches/libutempter-remove-glibc-assumption.patch
|
|
|
|
make -j2 &&
|
|
read -p "Install?" && sudo -S porg -lD "make install"
|
|
|