X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fstripping;h=d92fd34d8bddce8b24ce642690c1986027e5dc6e;hb=2121ae9154ff063eef0defe0a9208663062a2d01;hp=d78c2fc67e30aa920a6595aad6358a8205b5f222;hpb=2ad910e22979500192ea43d5599ad003440744a4;p=hvlinux.git diff --git a/stage2/stripping b/stage2/stripping index d78c2fc..d92fd34 100755 --- a/stage2/stripping +++ b/stage2/stripping @@ -1,9 +1,6 @@ #!/bin/bash -# Reading system configuration informations, functions and package versions. -source ../config/sysinfos -source ../functions -source ../config/packages-list +source ../functions/main /tools/bin/find /{,usr/}{bin,lib,sbin} -type f \ -exec /tools/bin/strip --strip-debug '{}' ';'