Skip to content
Snippets Groups Projects
Commit 8cb3bcc1 authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

checkpkg: make diff output more readable

parent db7a90cc
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ for _pkgname in ${pkgname[@]}; do
sort -o filelist-$_pkgname filelist-$_pkgname
sort -o filelist-$_pkgname-old filelist-$_pkgname-old
diff filelist-$_pkgname-old filelist-$_pkgname
diff -u filelist-$_pkgname-old filelist-$_pkgname
if diff filelist-$_pkgname-old filelist-$_pkgname | grep '\.so\.' > /dev/null 2>&1; then
mkdir -p pkg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment