From d6dc647fdbfba81503c6f7996a46066407bcfb41 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 6 Jan 2004 23:48:14 +0000 Subject: [PATCH] 2004-01-06 Eric Hanchrow (tiny change) * make-dist (tempdir): Include cursors in nt/icons --- make-dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make-dist b/make-dist index c87e9b658a5..945d39c916d 100755 --- a/make-dist +++ b/make-dist @@ -512,7 +512,8 @@ 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 + ln [a-z]*.cur ../../${tempdir}/nt/icons) echo "Making links to \`mac'" (cd mac -- 2.39.2