wok diff bc/receipt @ rev 8950
Fixed lxlauncher to not need any soft links. Even though we don't add stuff/background.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 01 17:36:39 2011 +0000 (2011-03-01) |
parents | 4273e906522b |
children | 02bbaa9d12ba |
line diff
1.1 --- a/bc/receipt Tue Feb 16 11:40:35 2010 +0000 1.2 +++ b/bc/receipt Tue Mar 01 17:36:39 2011 +0000 1.3 @@ -14,7 +14,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $PACKAGE-$VERSION 1.8 + cd $src 1.9 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.10 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.11 make &&