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