wok-current rev 8800
(try to) fix dmraid compile_rules() (again)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Feb 23 00:18:12 2011 +0100 (2011-02-23) |
parents | f5b7e0c47763 |
children | e9f3c69d0c04 |
files | dmraid/receipt |
line diff
1.1 --- a/dmraid/receipt Wed Feb 23 00:17:31 2011 +0100 1.2 +++ b/dmraid/receipt Wed Feb 23 00:18:12 2011 +0100 1.3 @@ -14,7 +14,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - mv $src/$VERSION/* $src && rmdir $PACKAGE 2> /dev/null 1.8 + mv $src/$VERSION/* $src && rmdir $src/$VERSION 2> /dev/null 1.9 cd $src 1.10 #sed -i 's/sed --quiet/sed/' configure configure.in 1.11 grep -qs 'define u8' lib/device/scsi.c ||