mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
Fix cvs_files: Pipe through sort, broke rpm hashing
This commit is contained in:
parent
6af1c6d5c4
commit
50baef81a2
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ endef
|
|||
define cvs_files
|
||||
for d in `find . | sed '/CVS\/Entries$$/ !d; s%CVS/Entries%%'`; do \
|
||||
sed "/^\// !d; s%^/%%; s%/.*%%; s%^%$$d%" $$d/CVS/Entries ;\
|
||||
done
|
||||
done | sort
|
||||
endef
|
||||
|
||||
define add_flavour_prefix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue