Browse Source

lib/functions.in: fixed to only move .a files straight into /usr/lib

user/chris/test/patchcksum
Christian Wiese 13 years ago
parent
commit
16e13e5bcd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/functions.in

+ 1
- 1
lib/functions.in

@ -323,7 +323,7 @@ postflist_static_lib() {
$root/$fn > $root/usr/$fn
rm $root/$fn
;;
*)
*.a)
mv -fv $root/$fn $root/usr/$fn
;;
*.so)

Loading…
Cancel
Save