wok changeset 14119:589cbe28ac3a
nmap: fix my typo
| author | Samuel Trassare <samuel_trassare@yahoo.com> |
|---|---|
| date | Mon Feb 25 08:51:15 2013 -0800 (2 months ago ago) |
| parents | 1626c8239803 |
| children | 4020a4ad7d5d |
| files | nmap/receipt |
line diff
1.1 --- a/nmap/receipt Mon Feb 25 08:44:23 2013 -0800 1.2 +++ b/nmap/receipt Mon Feb 25 08:51:15 2013 -0800 1.3 @@ -15,7 +15,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - patch -p1 < $stuff-$PACKAGE-$VERSION-nolua.patch 1.8 + patch -p1 < $stuff/$PACKAGE-$VERSION-nolua.patch 1.9 ./configure \ 1.10 --cache-file=$PWD/config.cache \ 1.11 --without-liblua \