Browse Source

More correct.

Douglas William Thrift 14 years ago
parent
commit
d028fcf73d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GNUmakefile

+ 1 - 1
GNUmakefile

@@ -37,7 +37,7 @@ clean:
 	rm -f $(all)
 
 dist: $(all)
-	bsdtar -cf $(tarname).tar.bz2 -js '#^.#$(tarname)#' -v --exclude '*.tar.bz2' --exclude '.git*' .
+	bsdtar -cf $(tarname).tar.bz2 -js '#^\.#$(tarname)#' -v --exclude '*.tar.bz2' --exclude '.git*' .
 
 install: $(all)
 	install -cdv $(DESTDIR)$(sbindir) $(DESTDIR)$(man8dir)