wok-stable diff supertux/receipt @ rev 11030
Up: pyopenssl to 0.13.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 07:13:13 2011 +0000 (2011-10-16) |
parents | 8a32d9db2ad2 |
children | 62e8a8e12e45 |
line diff
1.1 --- a/supertux/receipt Tue Dec 28 01:46:45 2010 +0000 1.2 +++ b/supertux/receipt Sun Oct 16 07:13:13 2011 +0000 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 }