mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 13:47:39 +01:00
jannet: Adding diff for skipped links in rpmnew
This commit is contained in:
parent
b8d76c6591
commit
a9badee0fe
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ cmd_rpmnew()
|
||||||
if diff -q $file $file.rpmnew; then
|
if diff -q $file $file.rpmnew; then
|
||||||
if [ -L "$file" ]; then
|
if [ -L "$file" ]; then
|
||||||
echo ========== skipping link $file
|
echo ========== skipping link $file
|
||||||
|
diff $file.rpmnew $file
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
echo mv $file.rpmnew $file
|
echo mv $file.rpmnew $file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue