Files
BMLFS/build-scripts/libutempter-1.1.6.build

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"