wok-6.x diff nethogs/receipt @ rev 19059
Add Lines game
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 21 03:09:40 2016 +0300 (2016-04-21) |
parents | 3ba8d2c9720d |
children | e6a4cd87fdcb |
line diff
1.1 --- a/nethogs/receipt Tue Feb 17 12:55:08 2015 +0100 1.2 +++ b/nethogs/receipt Thu Apr 21 03:09:40 2016 +0300 1.3 @@ -17,7 +17,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - export LDFLAGS="$LDFLAGS -ltinfo" 1.8 + sed -i 's|lncurses|& -ltinfo|' Makefile 1.9 mv $PACKAGE $PACKAGE-$VERSION 2>/dev/null 1.10 cd $src 1.11 make