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