# HG changeset patch # User Aleksej Bobylev # Date 1539776179 -10800 # Node ID 485540f15da63f7df5c0bba5bcfd6ed22639a212 # Parent 8e449fe1df2efbe99b26cb3477c03039e78b7a52 iftopcolor: typo diff -r 8e449fe1df2e -r 485540f15da6 iftopcolor/receipt --- a/iftopcolor/receipt Wed Oct 17 10:43:04 2018 +0200 +++ b/iftopcolor/receipt Wed Oct 17 14:36:19 2018 +0300 @@ -16,10 +16,9 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr - $CONFIGURE_ARGS - make + ./configure --prefix=/usr \ + $CONFIGURE_ARGS && + make && make DESTDIR=$DESTDIR install }