Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
    19         kx #!/bin/sh
    19         kx 
    19         kx program=$0
    19         kx fakeroot_prefix=$(cd $(dirname $program)/.. ; pwd -P)/usr
    19         kx 
    19         kx shell=$1 ; shift ; option=$1 ; shift
    19         kx 
    19         kx #
    19         kx # remove extra spaces:
    19         kx #
    19         kx args=`echo "${@}" | sed 's/ \{1,\}/ /g'`
    19         kx 
    19         kx ${fakeroot_prefix}/bin/fakeroot-sysv --lib ${fakeroot_prefix}/lib@LIBDIRSUFFIX@/libfakeroot-0.so \
    19         kx                                      --faked ${fakeroot_prefix}/bin/faked-sysv -- $shell $option "$args"