mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-30 08:18:39 +01:00
fix: .so files were put into -devel package
TODO: put links named .so back into -devel Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
378b3ad35d
commit
bd808d4d40
1 changed files with 1 additions and 1 deletions
|
|
@ -802,7 +802,7 @@ cmd_milk_install_log()
|
||||||
in=$1
|
in=$1
|
||||||
out=$2
|
out=$2
|
||||||
|
|
||||||
local filter_devel='/include/.*.h$\|devel\|make\|lib.*\.a$\|lib.*\.so$\|.*\.exp$\|.*\.def$\|.*\.lib$\|.*\.pc$'
|
local filter_devel='/include/[^/]*.h$\|devel\|make\|/lib[^/]*\.a$\|/lib[^/]*\.so$\|/[^/]*\.exp$\|/[^/]*\.def$\|/[^/]*\.lib$\|/[^/]*\.pc$'
|
||||||
|
|
||||||
# TODO: simplify this
|
# TODO: simplify this
|
||||||
case $type in
|
case $type in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue