]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Style
authorRoy Marples <roy@marples.name>
Tue, 8 Jan 2008 10:03:18 +0000 (10:03 +0000)
committerRoy Marples <roy@marples.name>
Tue, 8 Jan 2008 10:03:18 +0000 (10:03 +0000)
mk/dist.mk

index 00bfd930a565fefff677256d2eec9840f919299c..146675d71878510bf7a24fb35d386e4cc2850251 100644 (file)
@@ -7,4 +7,4 @@ DISTFILE?=      ${PROG}-${VERSION}.tar.bz2
 CLEANFILES+=   ${DISTFILE}
 
 dist:
-       git archive ${GITREF} | bzip2 >${DISTFILE}
+       git archive ${GITREF} | bzip2 > ${DISTFILE}