Files
BMLFS/build-scripts/xmlto-0.0.28.build

10 lines
229 B
Bash
Executable File

#! /bin/bash
# source: https://releases.pagure.org/xmlto/xmlto-0.0.28.tar.bz2
LINKS="/usr/bin/links" \
./configure --prefix=/usr &&
read -p "Compile? " && make -j4 &&
read -p "Install? " && sudo -S porg -lD "make -j1 install"