A_OS/ports/official/common-desktop-environment/lib/c-libutempter/build
2023-04-30 20:16:11 -04:00

7 lines
103 B
Bash
Executable File

#!/bin/sh -e
make
sed -i 's/INSTALL) -p/INSTALL)/g' Makefile
make install PREFIX="/usr" DESTDIR="$1"