wok diff supertux/receipt @ rev 8998
asterisk: fix extract-cfile.awk (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 03 14:46:28 2011 +0100 (2011-03-03) |
parents | 8a32d9db2ad2 |
children | 62e8a8e12e45 |
line diff
1.1 --- a/supertux/receipt Tue Dec 28 01:46:45 2010 +0000 1.2 +++ b/supertux/receipt Thu Mar 03 14:46:28 2011 +0100 1.3 @@ -16,7 +16,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - cp ../stuff/menu.h src 1.8 + cp $stuff/menu.h src 1.9 cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin . 1.10 make && make DESTDIR=$PWD/_pkg install 1.11 }