From 631ba993b60ba60a17d120e49e1ea0a48732a79d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 29 Jul 2014 16:10:50 +0000 Subject: Update screen chunk in definitions --- strata/tools/screen.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'strata') diff --git a/strata/tools/screen.morph b/strata/tools/screen.morph index c2b27263..c2e67360 100644 --- a/strata/tools/screen.morph +++ b/strata/tools/screen.morph @@ -1,11 +1,11 @@ name: screen kind: chunk description: A terminal multiplexer and sanity tool for many -build-commands: -- cd ./src && make configure-commands: - cd ./src && sh autogen.sh - cd ./src && ./configure --prefix="$PREFIX" +build-commands: +- cd ./src && make install-commands: - cd ./src && make DESTDIR="$DESTDIR" install max-jobs: 1 -- cgit v1.2.1