From 91978d00d1ee6ea12fd37291431fb5f29ef79405 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 24 Feb 1999 05:31:37 +0000 Subject: [PATCH] Fix nt/icons directory handling. --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-dist b/make-dist index 9e1ebdf3e2b..a09d988a85f 100755 --- a/make-dist +++ b/make-dist @@ -443,7 +443,7 @@ echo "Making links to \`nt/inc/netinet'" echo "Making links to \`nt/icons'" (cd nt/icons - ln [a-z]*.ico ../../../${tempdir}/nt/icons) + ln [a-z]*.ico ../../${tempdir}/nt/icons) echo "Making links to \`msdos'" (cd msdos -- 2.39.2