chiark / gitweb /
Fix directory in publish runes
[jarrg-ian.git] / build-sh
index 4a722559c0f3c97d5a51c70f8b5524424677b91e..939718fe1b20a7575bfd11ede5db625f2e9dc71c 100755 (executable)
--- a/build-sh
+++ b/build-sh
@@ -68,6 +68,6 @@ Publish as test with:
 
 To actually publish a release, on $pubbase:
   mkdir $revision
-  ln tests/* $revision/.
-  ln -f tests/* .
+  ln test/* $revision/.
+  ln -f test/* .
 "