# HG changeset patch # User Samuel Trassare # Date 1361811075 28800 # Node ID 589cbe28ac3a3c2926ac25430252980a645ba9fe # Parent 1626c8239803be6ebbea2a73151d461dcdf97ff5 nmap: fix my typo diff -r 1626c8239803 -r 589cbe28ac3a nmap/receipt --- a/nmap/receipt Mon Feb 25 08:44:23 2013 -0800 +++ b/nmap/receipt Mon Feb 25 08:51:15 2013 -0800 @@ -15,7 +15,7 @@ # Rules to configure and make the package. compile_rules() { - patch -p1 < $stuff-$PACKAGE-$VERSION-nolua.patch + patch -p1 < $stuff/$PACKAGE-$VERSION-nolua.patch ./configure \ --cache-file=$PWD/config.cache \ --without-liblua \