get-scripts diff rpix86 @ rev 31

javajre: tiny fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 26 10:44:20 2015 +0100 (2015-01-26)
parents 943b11283717
children 6ca05e6839e1
line diff
     1.1 --- a/rpix86	Thu May 01 08:52:42 2014 +0000
     1.2 +++ b/rpix86	Mon Jan 26 10:44:20 2015 +0100
     1.3 @@ -10,7 +10,8 @@
     1.4  tar xzf $TARBALL
     1.5  VERSION=$(strings rpix86 | sed '/aspberry/!d;s/.*v *//;s/ .*//')
     1.6  
     1.7 -mkdir -p $PACKAGE-$SOURCE/usr/bin
     1.8 -mv rpix86 $PACKAGE-$SOURCE/usr/bin
     1.9 +chmod +x rpix86
    1.10 +mkdir -p $PACKAGE-$VERSION/fs/usr/bin
    1.11 +mv rpix86 $PACKAGE-$VERSION/fs/usr/bin
    1.12  
    1.13  set +e