Add missing pipe char to "make dist" target.
Found by Richard Levitte <levitte@stacken.kth.se>
This commit is contained in:
parent
f4f2fe40e8
commit
0f423567a7
@ -289,7 +289,7 @@ errors:
|
|||||||
|
|
||||||
tar:
|
tar:
|
||||||
@gtar --no-recursion -cvf - \
|
@gtar --no-recursion -cvf - \
|
||||||
`find * -depth -print | grep -v CVS | grep -v .cvsignore | grep -v STATUS sort` |\
|
`find * -depth -print | grep -v CVS | grep -v .cvsignore | grep -v STATUS | sort` |\
|
||||||
tardy --user_number=0 --user_name=openssl \
|
tardy --user_number=0 --user_name=openssl \
|
||||||
--group_number=0 --group_name=openssl \
|
--group_number=0 --group_name=openssl \
|
||||||
--prefix=openssl-$(VERSION) - |\
|
--prefix=openssl-$(VERSION) - |\
|
||||||
|
Loading…
Reference in New Issue
Block a user