|
|
|
@ -31,6 +31,7 @@ skalibs_conf() {
|
|
|
|
|
echo "$STRIP -R .note -R .comment -R .note.GNU-stack" > conf-compile/conf-stripbins |
|
|
|
|
echo "$STRIP -x -R .note -R .comment -R .note.GNU-stack" > conf-compile/conf-striplibs |
|
|
|
|
|
|
|
|
|
# configure installation directories |
|
|
|
|
echo "$root/$prefix" > conf-compile/conf-home |
|
|
|
|
echo "$root$bindir" > conf-compile/conf-bin |
|
|
|
|
echo "$root$includedir" > conf-compile/conf-include |
|
|
|
|