wok-next rev 20518
wordwarvi:typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 23 09:21:17 2018 +0100 (2018-03-23) |
parents | e378adc8b6a0 |
children | b19ddba309f9 |
files | wordwarvi/receipt |
line diff
1.1 --- a/wordwarvi/receipt Thu Mar 22 21:52:45 2018 +0100 1.2 +++ b/wordwarvi/receipt Fri Mar 23 09:21:17 2018 +0100 1.3 @@ -18,7 +18,7 @@ 1.4 compile_rules() { 1.5 make && make DESTDIR=$DESTDIR install || return 1 1.6 1.7 - cp -a stuff/* $install 1.8 + cp -a $stuff/* $install 1.9 } 1.10 1.11 genpkg_rules() {